Search Results for

    Interface ISupportModule_From

    Namespace: RedLoader
    Assembly: RedLoader.dll
    Syntax
    public interface ISupportModule_From

    Methods

    DefiniteQuit()

    Declaration
    void DefiniteQuit()

    FixedUpdate()

    Declaration
    void FixedUpdate()

    LateUpdate()

    Declaration
    void LateUpdate()

    OnApplicationLateStart()

    Declaration
    void OnApplicationLateStart()

    OnGUI()

    Declaration
    void OnGUI()

    OnSceneWasInitialized(int, string)

    Declaration
    void OnSceneWasInitialized(int buildIndex, string sceneName)
    Parameters
    Type Name Description
    int buildIndex
    string sceneName

    OnSceneWasLoaded(int, string)

    Declaration
    void OnSceneWasLoaded(int buildIndex, string sceneName)
    Parameters
    Type Name Description
    int buildIndex
    string sceneName

    OnSceneWasUnloaded(int, string)

    Declaration
    void OnSceneWasUnloaded(int buildIndex, string sceneName)
    Parameters
    Type Name Description
    int buildIndex
    string sceneName

    Quit()

    Declaration
    void Quit()

    SetInteropSupportInterface(Interface)

    Declaration
    void SetInteropSupportInterface(InteropSupport.Interface interop)
    Parameters
    Type Name Description
    InteropSupport.Interface interop

    Update()

    Declaration
    void Update()