Метод | Описание | |
---|---|---|
AnchorMaxTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections | ||
prepareForUse ( ) : void | ||
resetWithNewEndValue ( Vector2 endValue ) : void | ||
tick ( float totalElapsedTime ) : void | ||
validateTarget ( object target ) : bool |
public AnchorMaxTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections | ||
endValue | Vector2 | |
isRelative | bool | |
Результат | System.Collections |
public resetWithNewEndValue ( Vector2 endValue ) : void | ||
endValue | Vector2 | |
Результат | void |
public tick ( float totalElapsedTime ) : void | ||
totalElapsedTime | float | |
Результат | void |
public validateTarget ( object target ) : bool | ||
target | object | |
Результат | bool |