Get Children Count
Return the total amount of child in the parent GameObject.
Note: Only the first level of children will be in the count.
Ports
Inputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| [GameObject] | The GameObject used to get the amount of children. |
Outputs
| Port Name | Type | Default Value | Description |
|---|---|---|---|
| [Integer] | Return the total number of children directly contained in the GameObject. |