ReadResult.md

March 15, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Serialize

ReadResult Struct

Contains the aggregated result when reading entities with an EntitySerializer.

public readonly struct ReadResult
Fields
entityCountNumber of entities returned by an EntitySerializerRead method.
errornull - if reading entities was successful.
Otherwise the error of an EntitySerializerRead method call.
Methods
ToString()

Contents

  1. 0.1Friflo.Engine.ECS.Serialize
  2. 1ReadResult Struct