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.

Contents

  1. 0.1DefaultEcs.Serialization
  2. 1IComponentReader Interface