docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum PlaybackPolicy

    Specifies if the EntityCommandBuffer can be played a single time or multiple times.

    Namespace: Unity.Entities
    Assembly: Unity.Entities.dll
    Syntax
    public enum PlaybackPolicy

    Fields

    Name Description
    MultiPlayback

    The EntityCommandBuffer can be played back more than once.

    SinglePlayback

    The EntityCommandBuffer can only be played once. After a first playback, the EntityCommandBuffer must be disposed.

    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)