ClashTestPathItem Constructors
Overloads
| Name | Description |
|---|---|
| ClashTestPathItem() | Construction |
| ClashTestPathItem(string x, string y, string z) | Construction |
| ClashTestPathItem(float x, float y, float z) | Construction |
ClashTestPathItem()
public ClashTestPathItem()
Construction
ClashTestPathItem(string x, string y, string z)
public ClashTestPathItem(string x, string y, string z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | string | Position X |
| y | string | Position Y |
| z | string | Position Z |
ClashTestPathItem(float x, float y, float z)
public ClashTestPathItem(float x, float y, float z)
Construction
Parameters
| Name | Type | Description |
|---|---|---|
| x | float | Position X |
| y | float | Position Y |
| z | float | Position Z |