Property | Type | Description | |
---|---|---|---|
x | float | ||
y | float |
Method | Description | |
---|---|---|
Dot ( |
||
Lerp ( |
||
MoveTowards ( |
||
Vector2 ( float x, float y ) : System | ||
operator ( ) : |
Method | Description | |
---|---|---|
Vector2 ( ) : System |
public static Dot ( |
||
a | ||
b | ||
return | float |
public static Lerp ( |
||
from | ||
to | ||
t | float | |
return |
public static MoveTowards ( |
||
current | ||
target | ||
maxDistanceDelta | float | |
return |