Property | Type | Description | |
---|---|---|---|
X | float | ||
Y | float | ||
Z | float |
Method | Description | |
---|---|---|
Equals ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
Vector3 ( float x, float y, float z ) : System.Runtime.InteropServices | ||
operator ( ) : bool |
public Vector3 ( float x, float y, float z ) : System.Runtime.InteropServices | ||
x | float | |
y | float | |
z | float | |
return | System.Runtime.InteropServices |