CommandBuffer.AddTag_T_(int).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBuffer

CommandBuffer.AddTag(int) Method

Add the ITag with type T to the entity with the passed entityId.

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

Type parameters

T

Parameters

entityId System.Int32

Implements AddTag<T>(int)

Contents

  1. 0.1Friflo.Engine.ECS.CommandBuffer
  2. 1CommandBuffer.AddTag(int) Method