CommandBufferSynced.RemoveTag_T_(int).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBufferSynced

CommandBufferSynced.RemoveTag(int) Method

Remove the ITag with type T from the entity with the passed entityId.

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

Type parameters

T

Parameters

entityId System.Int32

Implements RemoveTag<T>(int)

Contents

  1. 0.1Friflo.Engine.ECS.CommandBufferSynced
  2. 1CommandBufferSynced.RemoveTag(int) Method