Struct BlobAssetReferenceChange | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct BlobAssetReferenceChange

    Represents a blob asset reference that was changed within a EntityChangeSet

    Namespace: Unity.Entities
    Syntax
    public struct BlobAssetReferenceChange

    Fields

    Component

    The entity and component this patched is targeted at.

    Declaration
    public PackedComponent Component
    Field Value
    Type Description
    PackedComponent

    Offset

    The field offset for the data.

    Declaration
    public int Offset
    Field Value
    Type Description
    Int32

    Value

    The blob asset this component should point to in the batch.

    Declaration
    public ulong Value
    Field Value
    Type Description
    UInt64
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX