EntitySchema.Scripts.md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntitySchema

EntitySchema.Scripts Property

Return all Script types - classes extending Script

public System.ReadOnlySpan<Friflo.Engine.ECS.ScriptType> Scripts { get; }

Property Value

System.ReadOnlySpan<ScriptType>

Remarks

ScriptIndex is equal to the array index
Scripts[0] is always null

Contents

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