Brine2DSnapshotContext.ListEntitySnapshot Property
Definition
Namespace: Brine2D.ECS.Serialization
Defines the source generated JSON serialization contract metadata for a given type.
C#
public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<Brine2D.ECS.Serialization.EntitySnapshot>> ListEntitySnapshot { get; }
Property Value
System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.List<EntitySnapshot>>