docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum GlobalSystemGraph.TimeStepMechanism

    Enumeration of possible timing configs.

    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    public enum GlobalSystemGraph.TimeStepMechanism

    Fields

    Name Description
    NonRealtimeFixedStep

    Non Realtime Fixed Step mechanism, priorize accuracy of simulation over realtime performance

    RealtimeFixedStep

    Realtime Fixed Step mechanism, try to keep realtime performance but with a fixed time step, might reduce rendering performance

    RealtimeVariableStep

    Realtime Variable Step mechanism, allow maximum performance for realtime

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)