EventFilter.ComponentAdded_T_().md
February 25, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.EventFilter
EventFilter.ComponentAdded() Method
Enable filtering add component events of the given IComponent type T.
public void ComponentAdded<T>()
where T : struct, Friflo.Engine.ECS.IComponent, System.ValueType, System.ValueType;
Type parameters
T