Struct PackedComponent | Entities | 0.2.0-preview.18
docs.unity.cn
    Show / Hide Table of Contents

    Struct PackedComponent

    Represents a packed component within an EntityChangeSet

    Namespace: Unity.Entities
    Syntax
    public struct PackedComponent

    Fields

    PackedEntityIndex

    Entity index in the packed entities array. Entities

    Declaration
    public int PackedEntityIndex
    Field Value
    Type Description
    Int32

    PackedTypeIndex

    Type index in the packed stableTypeHash array. TypeHashes

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