CreateEntityBatch.Get_T_().md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.CreateEntityBatch
CreateEntityBatch.Get() Method
Get a component by reference previously added to the batch.
This enables creation of multiple entities using the same batch.
public ref T Get<T>()
where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T