Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.32 KB

IComponentReader.OnRead_T_(T,Entity).md

File metadata and controls

30 lines (18 loc) · 1.32 KB

IComponentReader.OnRead(T, Entity) Method

Processes the component of type T.

void OnRead<T>(in T component, in DefaultEcs.Entity componentOwner);

Type parameters

T

The type of component.

Parameters

component T

The component.

componentOwner Entity

The owner of the component instance, in case it is used by multiple Entity.