Method WriteVector2
WriteVector2(Vector2, string, string)
Writes the vector2.
Declaration
public JSONNode WriteVector2(Vector2 aVec, string aXName = "x", string aYName = "y")
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector2 | aVec | a vec.  | 
    
| string | aXName | Name of a x.  | 
    
| string | aYName | Name of a y.  | 
    
Returns
| Type | Description | 
|---|---|
| JSONNode | JSONNode.  |