docs.unity.cn
    Show / Hide Table of Contents

    Enum NodeTick

    NodeTick set the scheduler ticking mode of the node.

    Namespace: Mechatronics.SystemGraph
    Syntax
    public enum NodeTick

    Fields

    Name Description Value
    Asynchronous

    This node does not receive events from the scheduler

    Synchronous

    This node will receive timing events from the scheduler according to a configured waveform in the scheduler editor. The OnTick event will be raised for all rising edges of the configured waveform in the scheduler.

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