Selection.activeObject 激活物体
static var activeObject : Object
Description描述
Returns the actual object selection. Includes prefabs, non-modifyable objects.
返回选择的激活的物体。包括预设物,不可改动的物体。
When working with objects that are primarily in a scene, it is strongly recommended to use Selection.activeTransform instead.
当使用场景中的主要物体时,强烈推荐使用Selection.activeTransform来代替。
最后修改:2011年4月11日 Monday 12:12