Version: 2020.2
언어: 한국어
public static SceneManagement.StageHandle GetStageHandle (GameObject gameObject);

파라미터

gameObject The 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);

파라미터

scene The Scene to find the stage of.

반환

StageHandle The stage of the Scene.

설명

Get the stage in which the given Scene exists.