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.

Contents

  1. 0.1DefaultEcs.Serialization
  2. 1IComponentTypeReader Interface