EntitySchema.GetScriptType_T_().md

February 25, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.EntitySchema

EntitySchema.GetScriptType() Method

Return the ScriptType of a class extending Script.

public Friflo.Engine.ECS.ScriptType GetScriptType<T>()
    where T : Friflo.Engine.ECS.Script, new();

Type parameters

T

Returns

ScriptType

Contents

  1. 0.1Friflo.Engine.ECS.EntitySchema
  2. 1EntitySchema.GetScriptType() Method