CommandBuffer.RemoveTags(int,Tags).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.CommandBuffer

CommandBuffer.RemoveTags(int, Tags) Method

Remove the tags from the entity with the passed entityId.

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

Parameters

entityId System.Int32

tags Tags

Implements RemoveTags(int, Tags)

Contents

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