This version of Unity is unsupported.

StageUtility.GetStage

Declaration

public static SceneManagement.Stage GetStage(GameObject gameObject);

Declaration

public static SceneManagement.Stage GetStage(SceneManagement.Scene scene);

Returns

Stage The Stage that contains either the GameObject or the Scene.

Description

Get the Stage object that contains the input GameObject or Scene.