Search Results for

    Show / Hide Table of Contents

    Class ManagedUpdateSystem

    Inheritance
    System.Object
    ManagedUpdateSystem
    Namespace: GDX.Developer
    Syntax
    public static class ManagedUpdateSystem

    Methods

    | Improve this Doc View Source

    AddToPlayerLoop()

    Declaration
    public static void AddToPlayerLoop()
    | Improve this Doc View Source

    IsRunning()

    Declaration
    public static bool IsRunning()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RegisterManagedEarlyUpdate(ManagedUpdateSystem.IManagedEarlyUpdate)

    Declaration
    public static void RegisterManagedEarlyUpdate(ManagedUpdateSystem.IManagedEarlyUpdate managedEarlyUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedEarlyUpdate managedEarlyUpdate
    | Improve this Doc View Source

    RegisterManagedFixedUpdate(ManagedUpdateSystem.IManagedFixedUpdate)

    Declaration
    public static void RegisterManagedFixedUpdate(ManagedUpdateSystem.IManagedFixedUpdate managedFixedUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedFixedUpdate managedFixedUpdate
    | Improve this Doc View Source

    RegisterManagedInitialization(ManagedUpdateSystem.IManagedInitialization)

    Declaration
    public static void RegisterManagedInitialization(ManagedUpdateSystem.IManagedInitialization managedInitialization)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedInitialization managedInitialization
    | Improve this Doc View Source

    RegisterManagedPostLateUpdate(ManagedUpdateSystem.IManagedPostLateUpdate)

    Declaration
    public static void RegisterManagedPostLateUpdate(ManagedUpdateSystem.IManagedPostLateUpdate managedPostLateUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPostLateUpdate managedPostLateUpdate
    | Improve this Doc View Source

    RegisterManagedPreLateUpdate(ManagedUpdateSystem.IManagedPreLateUpdate)

    Declaration
    public static void RegisterManagedPreLateUpdate(ManagedUpdateSystem.IManagedPreLateUpdate managedPreLateUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPreLateUpdate managedPreLateUpdate
    | Improve this Doc View Source

    RegisterManagedPreUpdate(ManagedUpdateSystem.IManagedPreUpdate)

    Declaration
    public static void RegisterManagedPreUpdate(ManagedUpdateSystem.IManagedPreUpdate managedPreUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPreUpdate managedPreUpdate
    | Improve this Doc View Source

    RegisterManagedUpdate(ManagedUpdateSystem.IManagedUpdate)

    Declaration
    public static void RegisterManagedUpdate(ManagedUpdateSystem.IManagedUpdate managedUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedUpdate managedUpdate
    | Improve this Doc View Source

    RemoveFromPlayerLoop()

    Declaration
    public static void RemoveFromPlayerLoop()
    | Improve this Doc View Source

    RemoveManagedInitialization(ManagedUpdateSystem.IManagedInitialization)

    Declaration
    public static void RemoveManagedInitialization(ManagedUpdateSystem.IManagedInitialization managedInitialization)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedInitialization managedInitialization
    | Improve this Doc View Source

    UnregisterManagedEarlyUpdate(ManagedUpdateSystem.IManagedEarlyUpdate)

    Declaration
    public static void UnregisterManagedEarlyUpdate(ManagedUpdateSystem.IManagedEarlyUpdate managedEarlyUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedEarlyUpdate managedEarlyUpdate
    | Improve this Doc View Source

    UnregisterManagedFixedUpdate(ManagedUpdateSystem.IManagedFixedUpdate)

    Declaration
    public static void UnregisterManagedFixedUpdate(ManagedUpdateSystem.IManagedFixedUpdate managedFixedUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedFixedUpdate managedFixedUpdate
    | Improve this Doc View Source

    UnregisterManagedPostLateUpdate(ManagedUpdateSystem.IManagedPostLateUpdate)

    Declaration
    public static void UnregisterManagedPostLateUpdate(ManagedUpdateSystem.IManagedPostLateUpdate managedPostLateUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPostLateUpdate managedPostLateUpdate
    | Improve this Doc View Source

    UnregisterManagedPreLateUpdate(ManagedUpdateSystem.IManagedPreLateUpdate)

    Declaration
    public static void UnregisterManagedPreLateUpdate(ManagedUpdateSystem.IManagedPreLateUpdate managedPreLateUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPreLateUpdate managedPreLateUpdate
    | Improve this Doc View Source

    UnregisterManagedPreUpdate(ManagedUpdateSystem.IManagedPreUpdate)

    Declaration
    public static void UnregisterManagedPreUpdate(ManagedUpdateSystem.IManagedPreUpdate managedPreUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedPreUpdate managedPreUpdate
    | Improve this Doc View Source

    UnregisterManagedUpdate(ManagedUpdateSystem.IManagedUpdate)

    Declaration
    public static void UnregisterManagedUpdate(ManagedUpdateSystem.IManagedUpdate managedUpdate)
    Parameters
    Type Name Description
    ManagedUpdateSystem.IManagedUpdate managedUpdate
    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.