GroupNode.

GetChild(int) Method

Summary

Gets the child node at the specified `index`.

Syntax

public IBehaviourNode GetChild(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
IBehaviourNode