Enum PlaybackPolicy | Entities | 0.13.0-preview.24
docs.unity.cn
    Show / Hide Table of Contents

    Enum PlaybackPolicy

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

    Namespace: Unity.Entities
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Friday, July 24, 2020