CommandBuffer.RemoveScript_T_(int).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBuffer
CommandBuffer.RemoveScript(int) Method
Remove the Script of the specified type T from the entity with the passed entityId.
public void RemoveScript<T>(int entityId)
where T : Friflo.Engine.ECS.Script, new();
Type parameters
T
Parameters
entityId System.Int32
Implements RemoveScript<T>(int)