Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 783 Bytes

IComponentTypeReader.md

File metadata and controls

14 lines (10 loc) · 783 Bytes

IComponentTypeReader Interface

Exposes a method to be called back when getting the maximum number of component of a World, primarly used for serialization purpose.

public interface IComponentTypeReader
Methods
OnRead<T>(int) Processes the maximum number of component of type T.