CommandBufferSynced.Playback().md

July 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBufferSynced

CommandBufferSynced.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().

Contents

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