Property | Type | Description | |
---|---|---|---|
x | float | ||
y | float | ||
z | float |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
getVector3 ( ) : Vector3 |
Gets the vector3 with the value of the Vector3Save.
|
|
getVector3Save ( Vector3 vector3 ) : Vector3Save, |
Gets the Vector3Save of a vector3.
|
Method | Description | |
---|---|---|
Vector3Save ( float x, float y, float z ) : System |
Initializes a new instance of the Vector3Save class.
|
public static getVector3Save ( Vector3 vector3 ) : Vector3Save, | ||
vector3 | Vector3 | Vector3. |
return | Vector3Save, |