CommandBuffer.Playback().md

July 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBuffer

CommandBuffer.Playback() Method

Execute recorded entity changes. Playback() must be called on the main thread.
See Example.

public void Playback();

Implements Playback()

Exceptions

System.InvalidOperationException
When recording commands after calling Playback().
To reuse a CommandBuffer instance set ReuseBuffer = true.

Contents

  1. 0.1Friflo.Engine.ECS.CommandBuffer
  2. 1CommandBuffer.Playback() Method