public static SceneManagement.StageHandle GetStageHandle (GameObject gameObject);

파라미터

gameObjectThe GameObject to find the stage of.

반환

StageHandle The stage of the GameObject.

설명

Get the stage in which the given GameObject exists.


public static SceneManagement.StageHandle GetStageHandle (SceneManagement.Scene scene);

파라미터

sceneThe Scene to find the stage of.

반환

StageHandle The stage of the Scene.

설명

Get the stage in which the given Scene exists.