ICommandBuffer.AddScript_T_(int,T).md

June 6, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ICommandBuffer

ICommandBuffer.AddScript(int, T) Method

void AddScript<T>(int entityId, T script)
    where T : Friflo.Engine.ECS.Script, new();

Type parameters

T

Parameters

entityId System.Int32

script T

Contents

  1. 0.1Friflo.Engine.ECS.ICommandBuffer
  2. 1ICommandBuffer.AddScript(int, T) Method