Method ReadVector3
ReadVector3(Vector3)
Reads the vector3.
Declaration
public Vector3 ReadVector3(Vector3 aDefault)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | aDefault | a default. |
Returns
| Type | Description |
|---|---|
| Vector3 | Vector3. |
ReadVector3(string, string, string)
Reads the vector3.
Declaration
public Vector3 ReadVector3(string aXName, string aYName, string aZName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aXName | Name of a x. |
| string | aYName | Name of a y. |
| string | aZName | Name of a z. |
Returns
| Type | Description |
|---|---|
| Vector3 | Vector3. |
ReadVector3()
Reads the vector3.
Declaration
public Vector3 ReadVector3()
Returns
| Type | Description |
|---|---|
| Vector3 | Vector3. |