docs.unity.cn
    Show / Hide Table of Contents

    Enum Scheduler.Signal

    Signal that the scheduler sends to node runtime

    Namespace: Mechatronics.SystemGraph
    Syntax
    [Flags]
    public enum Signal

    Fields

    Name Description Value
    FrameSync

    Signal the node that it's OnTick call is the first of a new ClockSource Frame.

    Integrate

    Signal the node to integrate the ticks, because the scheduler won't call OnTick again for the missed ticks.

    None

    Null signal

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use