Show / Hide Table of Contents

    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.

    Back to top ComponentTask documentation