Method | Description | |
---|---|---|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
|
Vector2 ( float values ) : System |
Initializes a new instance of the Vector2 struct.
|
|
Vector2 ( float x, float y ) : System |
Initializes a new instance of the Vector3 struct.
|
public Vector2 ( float values ) : System | ||
values | float | The values. |
return | System |
public Vector2 ( float x, float y ) : System | ||
x | float | The value for the X-axis. |
y | float | The value for the Y-axis. |
return | System |