Class SUSceneUnloadingEventData
Event data for Scene Unloading callback
Inheritance
SUSceneUnloadingEventData
Assembly: cs.temp.dll.dll
Syntax
public class SUSceneUnloadingEventData
Constructors
SUSceneUnloadingEventData()
Declaration
public SUSceneUnloadingEventData()
Properties
Progress
Declaration
public float Progress { get; }
Property Value
SceneName
Declaration
public string SceneName { get; }
Property Value
Methods
UpdateProgress(String, Single)
Declaration
public void UpdateProgress(string scene, float progress)
Parameters