Enum TaskRunOptions
Flags for configuring how tasks are being run.
Namespace: UnityEngine
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum TaskRunOptions
Fields
| Name | Description |
|---|---|
| Default | Default run options. |
| DiagnosticLogging | Enable diagnostic logging. |
| UpdateWhileComponentDisabled | Tasks are updated even if the component is disabled. |