docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum EntityQueryCaptureMode

    Specifies when an EntityQuery passed to an EntityCommandBuffer should be evaluated.

    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public enum EntityQueryCaptureMode
    Remarks

    This can significantly affect which entities are matched by the query, as well as the overall performance of the requested operation.

    Fields

    Name Description
    AtPlayback

    Request that the query's results be captured when the corresponding command is played back.

    AtRecord

    Request that the query's results be captured immediately, when the command is recorded.

    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)