Method ReadVector2
ReadVector2(Vector2)
Reads the vector2.
Declaration
public Vector2 ReadVector2(Vector2 aDefault)
Parameters
| Type | Name | Description | 
|---|---|---|
| Vector2 | aDefault | a default.  | 
    
Returns
| Type | Description | 
|---|---|
| Vector2 | Vector2.  | 
    
ReadVector2(string, string)
Reads the vector2.
Declaration
public Vector2 ReadVector2(string aXName, string aYName)
Parameters
| Type | Name | Description | 
|---|---|---|
| string | aXName | Name of a x.  | 
    
| string | aYName | Name of a y.  | 
    
Returns
| Type | Description | 
|---|---|
| Vector2 | Vector2.  | 
    
ReadVector2()
Reads the vector2.
Declaration
public Vector2 ReadVector2()
Returns
| Type | Description | 
|---|---|
| Vector2 | Vector2.  |