GetNodeStructure
Overloads
| Name | Description |
|---|---|
| GetNodeStructure(int index, bool topdown) | 노드 경로 반환 |
GetNodeStructure(int index, bool topdown)
public List<Node> GetNodeStructure(int index, bool topdown)
노드 경로 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | 노드 인덱스 |
| topdown | bool | 구조 생성 방법 : True(Top-Down), False(Bottom-Up) |
Returns
| Type | Description |
|---|---|
| List<Node> | 노드 경로 |