Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.