Processes the component of type T.
void OnRead<T>(in T component, in DefaultEcs.Entity componentOwner);
T
The type of component.
component
T
The component.
componentOwner
Entity
The owner of the component instance, in case it is used by multiple Entity.