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