Constructor EntityBlobRefResult
EntityBlobRefResult(bool, bool, bool)
Initializes and returns an instance of EntityBlobRefResult.
Declaration
public EntityBlobRefResult(bool hasEntityRef, bool hasBlobRef, bool hasUnityObjectRef)
Parameters
Type | Name | Description |
---|---|---|
bool | hasEntityRef | Specifies if there are any Entity references. |
bool | hasBlobRef | Specifies if there are any BlobAssetReferenceData references. |
bool | hasUnityObjectRef | Specifies if there are any UnityObjectRef<T> references. |