Struct EntityRemapUtility.EntityBlobRefResult
Reports whether an Entity blob has any Entity or BlobAssetReferenceData references.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public struct EntityRemapUtility.EntityBlobRefResult
Constructors
Name | Description |
---|---|
EntityBlobRefResult(HasRefResult, HasRefResult) | 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. |