Struct EntityRemapUtility.EntityBlobRefResult
Reports whether an Entity blob has any Entity or Unity.Entities.BlobAssetReferenceData references.
Namespace: Unity.Entities
Syntax
public struct EntityBlobRefResult
Constructors
| Name | Description |
|---|---|
| EntityBlobRefResult(EntityRemapUtility.HasRefResult, EntityRemapUtility.HasRefResult) | Initializes and returns an instance of EntityBlobRefResult. |
Fields
| Name | Description |
|---|---|
| HasBlobRef | Specifies if there are any Unity.Entities.BlobAssetReferenceData references. |
| HasEntityRef | Specifies if there are any Entity references. |