docs.unity3d.com
    Show / Hide Table of Contents

    Enum SimulationModeSelection

    Describes the selection of single-frame vs temporal mode when starting a new simulation

    Namespace: UnityEditor.MARS.Simulation
    Syntax
    [MovedFrom("Unity.MARS")]
    public enum SimulationModeSelection

    Fields

    Name Description Value
    NoModePreference

    The new simulation will run in the same mode as the previous simulation, or single-frame mode if there is no previous one, unless a different mode has been requested

    0
    SingleFrameMode

    The new simulation will run in single-frame mode, unless temporal mode simulation has already been requested

    1
    TemporalMode

    The new simulation will run in temporal mode, unless single-frame mode simulation has already been requested

    2
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023