Constructor EntityBlobRefResult
EntityBlobRefResult(EntityRemapUtility.HasRefResult, EntityRemapUtility.HasRefResult)
Initializes and returns an instance of EntityBlobRefResult.
Declaration
public EntityBlobRefResult(EntityRemapUtility.HasRefResult hasEntityRef, EntityRemapUtility.HasRefResult hasBlobRef)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityRemapUtility.HasRefResult | hasEntityRef | Specifies if there are any Entity references. |
| EntityRemapUtility.HasRefResult | hasBlobRef | Specifies if there are any Unity.Entities.BlobAssetReferenceData references. |