Selection.Contains 包含
static function Contains (instanceID : int) : bool
static function Contains (obj : Object) : bool
Description描述
Returns whether an object is contained in the current selection.
返回一个物体是否被包含在当前的选择中。
if (Selection.Contains (gameObject))
Debug.Log ("I'm selected!");
最后修改:2011年4月11日 Monday 14:07