RawEntityStore.AddEntityComponent_T_(int,T).md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.RawEntityStore
RawEntityStore.AddEntityComponent(int, T) Method
public bool AddEntityComponent<T>(int id, in T component)
where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T
Parameters
id System.Int32
component T