Search Results for

    Show / Hide Table of Contents

    Class EditorTaskDirectorSystem

    An editor-only method of ticking TaskDirector.

    Inheritance
    System.Object
    EditorTaskDirectorSystem
    Namespace: GDX.Editor
    Syntax
    public static class EditorTaskDirectorSystem

    Fields

    | Improve this Doc View Source

    ticked

    Triggered after the EditorTaskDirectorSystem has ticked.

    Declaration
    public static Action ticked
    Field Value
    Type Description
    System.Action

    Methods

    | Improve this Doc View Source

    GetTickRate()

    Get the current tick rate used by the EditorTaskDirectorSystem.

    Declaration
    public static double GetTickRate()
    Returns
    Type Description
    System.Double

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

    | Improve this Doc View Source

    SetTickRate(Double)

    Update the rate at which the EditorTaskDirectorSystem updates the TaskDirector.

    Declaration
    public static void SetTickRate(double tickRate)
    Parameters
    Type Name Description
    System.Double tickRate

    The new tick rate.

    Remarks

    This will not survive domain reload, please see EditorTaskDirectorSystemTickRate.

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