docs.unity.cn
    Show / Hide Table of Contents

    Class Scheduler.ClockDescriptor

    Contains the state of the clock for every frame of the clocksource

    Inheritance
    Object
    Scheduler.ClockDescriptor
    Namespace: Mechatronics.SystemGraph
    Syntax
    public class ClockDescriptor

    Fields

    NextTick

    NextTick time that this waveform will be executed

    Declaration
    public double NextTick
    Field Value
    Type Description
    Double

    State

    State of the current clock edge

    Declaration
    public Scheduler.ClockState State
    Field Value
    Type Description
    Scheduler.ClockState
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use