IComponentReader.md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Serialization
IComponentReader Interface
Exposes a method to be called back when getting an Entity components, primarly used for serialization purpose.
public interface IComponentReader
| Methods | |
|---|---|
| OnRead<T>(T, Entity) | Processes the component of type T. |