UIBlock.Parent
Parent
The UIBlock on transform.parent
. If transform.parent
is null
or there is no UIBlock on transform.parent
, this value will be null
.
Remarks
If gameObject.activeInHierarchy
is false
, this value will be null
.
Declaration
public UIBlock Parent { get; }