EntitySchema.Tags.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntitySchema

EntitySchema.Tags Property

Return all Tag types - structs implementing ITag.

public System.ReadOnlySpan<Friflo.Engine.ECS.TagType> Tags { get; }

Property Value

System.ReadOnlySpan<TagType>

Remarks

TagIndex is equal to the array index
Tags[0] is always null

Contents

  1. 0.1Friflo.Engine.ECS.EntitySchema
  2. 1EntitySchema.Tags Property
  3. 1.1Remarks