Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 601 Bytes

File metadata and controls

23 lines (17 loc) · 601 Bytes

AutoSceneEventArgs

class in AdvancedSceneManager.Utility

Description

Represents event args for Utility.AutoSceneHandlerAttribute.

Remarks: Usage:

[AutoSceneHandler] static void OnHandleAutoScene(AutoSceneEventArgs e) { }

Properties

Member Description
Scene autoScene The auto scene to handle.
string autoSceneKey The key of the auto scene.
Scene parentScene The scene that the auto scene belongs to.
SceneEvent sceneEvent Gets the event type.
string scenePath The path of the auto scene to handle.