UIBlock.ChildCount
ChildCount
The number of enabled child UnityEngine.GameObject's with a UIBlock component.
Remarks
If gameObject.activeInHierarchy
is false, this value will be 0
.
Declaration
public int ChildCount { get; }
See Also
GetChild(System.Int32)