Method WriteVector3
WriteVector3(Vector3, string, string, string)
Writes the vector3.
Declaration
public JSONNode WriteVector3(Vector3 aVec, string aXName = "x", string aYName = "y", string aZName = "z")
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | aVec | a vec. |
| string | aXName | Name of a x. |
| string | aYName | Name of a y. |
| string | aZName | Name of a z. |
Returns
| Type | Description |
|---|---|
| JSONNode | JSONNode. |