Method | Description | |
---|---|---|
PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections | ||
prepareForUse ( ) : void | ||
resetWithNewEndValue ( Vector2 endValue ) : void | ||
tick ( float totalElapsedTime ) : void | ||
validateTarget ( object target ) : bool |
public PivotTweenProperty ( Vector2 endValue, bool isRelative = false ) : System.Collections | ||
endValue | Vector2 | |
isRelative | bool | |
return | System.Collections |
public resetWithNewEndValue ( Vector2 endValue ) : void | ||
endValue | Vector2 | |
return | void |
public tick ( float totalElapsedTime ) : void | ||
totalElapsedTime | float | |
return | void |
public validateTarget ( object target ) : bool | ||
target | object | |
return | bool |