Struct RectParent
Namespace: Unity.Tiny.UI
Syntax
public struct RectParent : IComponentData
Fields
Value
Parent of this RectTransform. Every RectTransform must have a parent, and the root of the hierarchy must be an entity with a RectCanvas.
Declaration
public Entity Value
Field Value
Type | Description |
---|---|
Entity |