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