Class ChunkSerializableAttribute
Attribute signifying the given type is acceptable for serializing into Chunk storage. Data in Chunk storage is treated as blittable with no special pre or post processing.
Inheritance
System.Object
System.Attribute
ChunkSerializableAttribute
Namespace: Unity.Entities
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct)]
public class ChunkSerializableAttribute : Attribute, _Attribute