EntityBatch.RemoveTag_T_().md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntityBatch

EntityBatch.RemoveTag() Method

Adds a remove tag command to the EntityBatch.

public Friflo.Engine.ECS.EntityBatch RemoveTag<T>()
    where T : struct, Friflo.Engine.ECS.ITag, System.ValueType, System.ValueType;

Type parameters

T

Returns

EntityBatch

Contents

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