docs.unity.cn
    Show / Hide Table of Contents

    Enum Scheduler.ClockSource

    ClockSource defines the timer source that will update the scheduler

    Namespace: Mechatronics.SystemGraph
    Syntax
    public enum ClockSource

    Fields

    Name Description Value
    FixedUpdate

    The Unity FixedUpdate event will trigger scheduling events

    Update

    The Unity Update event will trigger scheduling events

    UserUpdate

    Scheduling events of the scheduler are manually managed by a user defined timer

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