Struct EntityRemapUtility.EntityBlobRefResult
Reports whether an Entity blob has any Entity or BlobAssetReferenceData references.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public struct EntityRemapUtility.EntityBlobRefResultConstructors
| Name | Description | 
|---|---|
| EntityBlobRefResult(bool, bool, bool) | Initializes and returns an instance of EntityBlobRefResult. | 
Fields
| Name | Description | 
|---|---|
| HasBlobRef | Specifies if there are any BlobAssetReferenceData references. | 
| HasEntityRef | Specifies if there are any Entity references. | 
| HasUnityObjectRef | Specifies if there are any UnityObjectRef<T> references. |