Search Results for

    Show / Hide Table of Contents

    Class SUSceneUnloadingEventData

    Event data for Scene Unloading callback

    Inheritance
    Object
    SUSceneUnloadingEventData
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public class SUSceneUnloadingEventData

    Constructors

    SUSceneUnloadingEventData()

    Declaration
    public SUSceneUnloadingEventData()

    Properties

    Progress

    Declaration
    public float Progress { get; }
    Property Value
    Type Description
    Single

    SceneName

    Declaration
    public string SceneName { get; }
    Property Value
    Type Description
    String

    Methods

    UpdateProgress(String, Single)

    Declaration
    public void UpdateProgress(string scene, float progress)
    Parameters
    Type Name Description
    String scene
    Single progress
    In This Article
    Back to top Copyright © 2021 ATStudio