docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedScheduler

    SerializedScheduler, represents the scheduler settings Implements the VersionedStruct

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

    Fields

    ClockEvents

    The clock events

    Declaration
    public List<ClockEvent> ClockEvents
    Field Value
    Type Description
    List<ClockEvent>

    ClockSource

    The clock source

    Declaration
    public Scheduler.ClockSource ClockSource
    Field Value
    Type Description
    Scheduler.ClockSource

    GovernorLevel

    The governor level

    Declaration
    public int GovernorLevel
    Field Value
    Type Description
    Int32

    Guid

    The unique identifier

    Declaration
    public string Guid
    Field Value
    Type Description
    String

    NodeGuidOrder

    The node unique identifier order

    Declaration
    public List<string> NodeGuidOrder
    Field Value
    Type Description
    List<String>

    Prescaler

    The prescaler value, frequency is divided by this amount at runtime

    Declaration
    public int Prescaler
    Field Value
    Type Description
    Int32

    TimeUnit

    The time unit

    Declaration
    public Scheduler.TimeUnit TimeUnit
    Field Value
    Type Description
    Scheduler.TimeUnit

    Methods

    Create()

    Creates this instance.

    Declaration
    public static SerializedScheduler Create()
    Returns
    Type Description
    SerializedScheduler

    SerializedScheduler.

    See Also

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