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 bool HasWeakAssetRefs { get; }
Property Value
Type | Description |
---|---|
bool |