Method PushActiveGameObject
PushActiveGameObject(GameObject)
Sets the active game object for subsequent property modifications.
선언
void PushActiveGameObject(GameObject gameObject)
파라미터
타입 | 이름 | 설명 |
---|---|---|
GameObject | gameObject | The GameObject to push. |