docs.unity.cn
    Show / Hide Table of Contents

    Property HasWeakAssetRefs

    HasWeakAssetRefs

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

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