메소드 | 설명 | |
---|---|---|
ColorTweenProperty ( string propertyName, Color 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 ColorTweenProperty ( string propertyName, Color endValue, bool isRelative = false ) : System | ||
propertyName | string | |
endValue | Color | |
isRelative | bool | |
리턴 | System |