Delegate ComponentDelegates<T>.InitDelegate
Used only in source generation
public delegate void ComponentDelegates<T>.InitDelegate(Entity entity, ref T component)
Parameters
entity
Entity- Used only in source generation
component
T- Used only in source generation