docs.unity.cn
    Show / Hide Table of Contents

    Class ClockEvent

    Class ClockEvent represents scheduler events of that graph asset. Implements the VersionedStruct

    Inheritance
    Object
    VersionedStruct
    ClockEvent
    Inherited Members
    VersionedStruct.CurrentVersion
    VersionedStruct.version
    VersionedStruct.Create<T>(Func<T>)
    Namespace: Mechatronics.SystemGraph
    Syntax
    [Serializable]
    public class ClockEvent : VersionedStruct

    Fields

    AllowGovernance

    Allow governance of this clock event (deprecated feature)

    Declaration
    public bool AllowGovernance
    Field Value
    Type Description
    Boolean

    Duration

    The duration

    Declaration
    public double Duration
    Field Value
    Type Description
    Double

    Frequency

    The frequency

    Declaration
    public double Frequency
    Field Value
    Type Description
    Double

    Guid

    The unique identifier

    Declaration
    public string Guid
    Field Value
    Type Description
    String

    NodeGuid

    The node unique identifier

    Declaration
    public string NodeGuid
    Field Value
    Type Description
    String

    TimeOffset

    The time offset

    Declaration
    public double TimeOffset
    Field Value
    Type Description
    Double

    UseClockSourceFrequency

    Use clock source frequency

    Declaration
    public bool UseClockSourceFrequency
    Field Value
    Type Description
    Boolean

    Methods

    Create()

    Creates this instance.

    Declaration
    public static ClockEvent Create()
    Returns
    Type Description
    ClockEvent

    ClockEvent.

    See Also

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