Struct AdditionalEntityParent
Contains information to identify the parent of an additional entity.
Namespace: Unity.Entities
Assembly: Unity.Entities.Hybrid.dll
Syntax
[BakingType]
public struct AdditionalEntityParent : IComponentData, IQueryTypeParameter
Remarks
This component has a BakingTypeAttribute.
Fields
| Name | Description |
|---|---|
| Parent | Represents a primary entity that matches the GameObject that created the additional entity. |
| ParentInstanceID | Represents a unique Instance ID of the GameObject that created the additional entity. |