ICommandBuffer.AddComponent_T_(int,T).md
June 6, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.ICommandBuffer
ICommandBuffer.AddComponent(int, T) Method
void AddComponent<T>(int entityId, in T component)
where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T
Parameters
entityId System.Int32
component T