Struct BlobAssetChange | Entities | 0.10.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Struct BlobAssetChange

    Header for a changed blob asset.

    Namespace: Unity.Entities
    Syntax
    public struct BlobAssetChange

    Fields

    Hash

    The content hash for this blob asset.

    Declaration
    public ulong Hash
    Field Value
    Type Description
    UInt64

    Length

    Byte length of this blob asset in the BlobAssetData array.

    Declaration
    public int Length
    Field Value
    Type Description
    Int32
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX