 | SceneManagerSceneChangedDelegate Delegate |
[Missing <summary> documentation for "T:Slash.Unity.Common.Scenes.SceneManager.SceneChangedDelegate"]
Namespace: Slash.Unity.Common.ScenesAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic delegate void SceneChangedDelegate(
SceneRoot newSceneRoot
)
Public Delegate Sub SceneChangedDelegate (
newSceneRoot As SceneRoot
)
public delegate void SceneChangedDelegate(
SceneRoot^ newSceneRoot
)
type SceneChangedDelegate =
delegate of
newSceneRoot : SceneRoot -> unit
Parameters
- newSceneRoot
- Type: Slash.Unity.Common.ScenesSceneRoot
See Also