docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum MarsSceneEvaluationRequestResponse

    Possible responses to receiving a scene evaluation request

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

    Fields

    Name Description
    AlreadyQueued

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

    NotQueued

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

    QueuedAfterCooldown

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

    QueuedImmediately

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

    In This Article
    Back to top
    Copyright © 2025 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)