Class ChunkSerializableAttribute | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX