GetChild

GetChild(int)

指定されたインデックスの子ノードを取得します。

public Node GetChild(int index)
パラメータタイプ説明
indexInt32索引。

戻り値

子供。

関連項目


GetChild(string)

指定した名前の子ノードを取得します

public Node GetChild(string nodeName)
パラメータタイプ説明
nodeNameString検索する子の名前。

戻り値

子供。

関連項目