UIBlock.GetChild
GetChild(int)
Retrieves the child UIBlock at the provided index
.
Declaration
public UIBlock GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the child to retrieve |
Returns
Type | Description |
---|---|
UIBlock | The child UIBlock at the provided |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Throws when |