Méthode | Description | |
---|---|---|
Vector2TweenProperty ( string propertyName, Vector2 endValue, bool isRelative = false ) : System | ||
prepareForUse ( ) : void | ||
tick ( float totalElapsedTime ) : void | ||
validateTarget ( object target ) : bool |
validation checks to make sure the target has a valid property with an accessible setter
|
public Vector2TweenProperty ( string propertyName, Vector2 endValue, bool isRelative = false ) : System | ||
propertyName | string | |
endValue | Vector2 | |
isRelative | bool | |
Résultat | System |
public tick ( float totalElapsedTime ) : void | ||
totalElapsedTime | float | |
Résultat | void |
public validateTarget ( object target ) : bool | ||
target | object | |
Résultat | bool |