docs.unity.cn
    Show / Hide Table of Contents

    Property HasBlobAssetRefs

    HasBlobAssetRefs

    For struct IComponentData, a value of true gurantees that there are BlobAssetReference<T> fields in this component. For class based IComponentData, a value of true means it is possible, but not guaranteed, that there are blob asset references. (Polymorphic BlobAssetReference<T> members can not be proven statically)

    Declaration
    public readonly bool HasBlobAssetRefs { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023