Search Results for

    Show / Hide Table of Contents

    Class SUSceneHandlerData

    Inheritance
    Object
    SUSceneHandlerData
    Implements
    ISUSceneActivatedHandler
    ISUSceneLoadedHandler
    ISUSceneUnloadedHandler
    ISUSceneUnloadingHandler
    ISUSceneDeactivatedHandler
    ISUSceneLoadingHandler
    Namespace: Surfer
    Assembly: cs.temp.dll.dll
    Syntax
    public class SUSceneHandlerData : ISUSceneActivatedHandler, ISUSceneLoadedHandler, ISUSceneUnloadedHandler, ISUSceneUnloadingHandler, ISUSceneDeactivatedHandler, ISUSceneLoadingHandler

    Methods

    AddInterface(SUElementData, DictEvents, String)

    Declaration
    public void AddInterface(SUElementData eleData, DictEvents events, string mySceneName)
    Parameters
    Type Name Description
    SUElementData eleData
    DictEvents events
    String mySceneName

    OnSUSceneActivated(SUSceneActivatedEventData)

    Declaration
    public void OnSUSceneActivated(SUSceneActivatedEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneActivatedEventData eventInfo

    OnSUSceneDeactivated(SUSceneDeactivatedEventData)

    Declaration
    public void OnSUSceneDeactivated(SUSceneDeactivatedEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneDeactivatedEventData eventInfo

    OnSUSceneLoaded(SUSceneLoadedEventData)

    Declaration
    public void OnSUSceneLoaded(SUSceneLoadedEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneLoadedEventData eventInfo

    OnSUSceneLoading(SUSceneLoadingEventData)

    Declaration
    public void OnSUSceneLoading(SUSceneLoadingEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneLoadingEventData eventInfo

    OnSUSceneUnloaded(SUSceneUnloadedEventData)

    Declaration
    public void OnSUSceneUnloaded(SUSceneUnloadedEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneUnloadedEventData eventInfo

    OnSUSceneUnloading(SUSceneUnloadingEventData)

    Declaration
    public void OnSUSceneUnloading(SUSceneUnloadingEventData eventInfo)
    Parameters
    Type Name Description
    SUSceneUnloadingEventData eventInfo

    ResetSceneEvents()

    Declaration
    public void ResetSceneEvents()

    Events

    OnSceneLoading

    Declaration
    public event Action<SUSceneLoadingEventData> OnSceneLoading
    Event Type
    Type Description
    Action<SUSceneLoadingEventData>

    Implements

    ISUSceneActivatedHandler
    ISUSceneLoadedHandler
    ISUSceneUnloadedHandler
    ISUSceneUnloadingHandler
    ISUSceneDeactivatedHandler
    ISUSceneLoadingHandler
    In This Article
    Back to top Copyright © 2021 ATStudio