CommandBuffer.RemoveTags(int,Tags).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CommandBuffer
CommandBuffer.RemoveTags(int, Tags) Method
Remove the tags from the entity with the passed entityId.
public void RemoveTags(int entityId, in Friflo.Engine.ECS.Tags tags);
Parameters
entityId System.Int32
tags Tags
Implements RemoveTags(int, Tags)