ClashTestPathItem
Clash Test Path Item Class
Constructors
| Name | Description |
|---|---|
| ClashTestPathItem() | Construction |
| ClashTestPathItem(string x, string y, string z) | Construction |
| ClashTestPathItem(float x, float y, float z) | Construction |
Properties
| Name | Type | Description |
|---|---|---|
| X | float | X 거리 |
| Y | float | Y 거리 |
| Z | float | Z 거리 |
Methods
| Name | Description |
|---|---|
| ToString | 위치 문자열 반환 |
| ToVertex3D | To Vertex3D |