IComponentTypeReader.md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Serialization
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. |