Version: 2020.1
言語: 日本語
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.