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

Returns

System.Boolean

Contents

  1. 0.1Friflo.Engine.ECS.Entity
  2. 1Entity.RemoveTag() Method