docs.unity3d.com
    Show / Hide Table of Contents

    Enum MarsSceneEvaluationRequestResponse

    Possible responses to receiving a scene evaluation request

    Namespace: Unity.MARS.Query
    Syntax
    [MovedFrom("Unity.MARS")]
    public enum MarsSceneEvaluationRequestResponse : byte

    Fields

    Name Description Value
    NotQueued

    The response did not result in scene evaluation being queued, because interval evaluation mode is active

    0
    AlreadyQueued

    There was already a scene evaluation queued before the request was received

    1
    QueuedAfterCooldown

    A new scene evaluation was queued, and will begin executing after the minimum interval between evaluations has elapsed

    2
    QueuedImmediately

    A new scene evaluation was queued, and will begin executing next frame

    3
    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