Search Results for

    Show / Hide Table of Contents

    Class TaskDirectorSystem

    Inheritance
    System.Object
    TaskDirectorSystem
    Namespace: GDX.Threading
    Syntax
    public static class TaskDirectorSystem

    Fields

    | Improve this Doc View Source

    ticked

    Triggered after the TaskDirectorSystem has ticked, with the delta time.

    Declaration
    public static Action<float> ticked
    Field Value
    Type Description
    System.Action<System.Single>

    Methods

    | Improve this Doc View Source

    AddToPlayerLoop()

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

    GetTickRate()

    Get the current tick rate used by the TaskDirectorSystem.

    Declaration
    public static float GetTickRate()
    Returns
    Type Description
    System.Single

    A double value representing the elapsed time necessary to trigger an update to the TaskDirectorSystem.

    | Improve this Doc View Source

    RemoveFromPlayerLoop()

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

    SetTickRate(Single)

    Update the rate at which the TaskDirectorSystem updates the TaskDirector.

    Declaration
    public static void SetTickRate(float tickRate)
    Parameters
    Type Name Description
    System.Single tickRate

    The new tick rate.

    Remarks

    This will not survive domain reload, please see TaskDirectorSystemTickRate.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Built on 2024-01-01 against 1f69a68.
    Generated by Dox+DocFX.