Метод | Описание | |
---|---|---|
ToString ( ) : string | ||
Vector3 ( float x, float y, float z ) : System |
Initializes a new instance of the Vector3 class.
|
public Vector3 ( float x, float y, float z ) : System | ||
x | float | The x component of the Vector3. |
y | float | The y component of the Vector3. |
z | float | The z component of the Vector3. |
Результат | System |