CommandBuffer.DeleteEntity(int).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBuffer
CommandBuffer.DeleteEntity(int) Method
Deletes the entity with the passed entityId on Playback().
public void DeleteEntity(int entityId);
Parameters
entityId System.Int32
Implements DeleteEntity(int)