Method | Description | |
---|---|---|
FloatTweenProperty ( string propertyName, float 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 FloatTweenProperty ( string propertyName, float endValue, bool isRelative = false ) : System | ||
propertyName | string | |
endValue | float | |
isRelative | bool | |
return | System |
public tick ( float totalElapsedTime ) : void | ||
totalElapsedTime | float | |
return | void |
public validateTarget ( object target ) : bool | ||
target | object | |
return | bool |