GetCircleData
Overloads
| Name | Description |
|---|---|
| GetCircleData(int index) | 지정된 노드에 포함된 Circle 정보 반환 |
GetCircleData(int index)
public List<CircleData> GetCircleData(int index)
지정된 노드에 포함된 Circle 정보 반환
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | 노드 인덱스(INDEX) |
Returns
| Type | Description |
|---|---|
| List<CircleData> | Circle Data List |