CommandBuffer.AddTags(int,Tags).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBuffer

CommandBuffer.AddTags(int, Tags) Method

Add the tags to the entity with the passed entityId.

public void AddTags(int entityId, in Friflo.Engine.ECS.Tags tags);

Parameters

entityId System.Int32

tags Tags

Implements AddTags(int, Tags)

Contents

  1. 0.1Friflo.Engine.ECS.CommandBuffer
  2. 1CommandBuffer.AddTags(int, Tags) Method