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 Sourceticked
Triggered after the EditorTaskDirectorSystem has ticked.
Declaration
public static Action ticked
Field Value
| Type | Description |
|---|---|
| System.Action |
Methods
| Improve this Doc View SourceGetTickRate()
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. |
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.