Version: 2019.2
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.