Method | Description | |
---|---|---|
GoTo ( float xTarget, float yTarget ) : void |
Goes to the specified x,y target.
|
|
GoTo ( float xTarget, float yTarget, float duration ) : void |
Goes to the specified x,y target.
|
|
GoTo ( float xTarget, float yTarget, float duration, bool useRealTime ) : void |
Goes to the specified x,y target.
|
|
Set ( float xValue, float yValue ) : void |
Sets the specified Vector2 value.
|
|
Update ( ) : void |
Updates this instance.
|
|
tVector2 ( float x, float y ) : System |
Initializes a new instance of the tVector2 class.
|
public GoTo ( float xTarget, float yTarget ) : void | ||
xTarget | float | The x target. |
yTarget | float | The y target. |
return | void |
public GoTo ( float xTarget, float yTarget, float duration ) : void | ||
xTarget | float | The x target. |
yTarget | float | The y target. |
duration | float | The duration in seconds. |
return | void |
public GoTo ( float xTarget, float yTarget, float duration, bool useRealTime ) : void | ||
xTarget | float | The x target. |
yTarget | float | The y target. |
duration | float | The duration in seconds. |
useRealTime | bool | if set to |
return | void |
public Set ( float xValue, float yValue ) : void | ||
xValue | float | The x value. |
yValue | float | The y value. |
return | void |
public tVector2 ( float x, float y ) : System | ||
x | float | The x value. |
y | float | The y value. |
return | System |