CommandBuffer.RemoveComponent_T_(int).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBuffer
CommandBuffer.RemoveComponent(int) Method
Remove the IComponent with type T from the entity with the passed entityId.
public void RemoveComponent<T>(int entityId)
where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T
Parameters
entityId System.Int32
Implements RemoveComponent<T>(int)