docs.unity.cn
    Show / Hide Table of Contents

    Struct EntityRemapUtility.EntityBlobRefResult

    Reports whether an Entity blob has any Entity or Unity.Entities.BlobAssetReferenceData references.

    Namespace: Unity.Entities
    Syntax
    public struct EntityBlobRefResult

    Constructors

    Name Description
    EntityBlobRefResult(EntityRemapUtility.HasRefResult, EntityRemapUtility.HasRefResult)

    Initializes and returns an instance of EntityBlobRefResult.

    Fields

    Name Description
    HasBlobRef

    Specifies if there are any Unity.Entities.BlobAssetReferenceData references.

    HasEntityRef

    Specifies if there are any Entity references.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023