Entity.RemoveTag_TTag_().md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Entity
Entity.RemoveTag() Method
Add the given TTag from the entity.
public bool RemoveTag<TTag>()
where TTag : struct, Friflo.Engine.ECS.ITag, System.ValueType, System.ValueType;
Type parameters
TTag