메소드 | 설명 | |
---|---|---|
CCTintBy ( float t, short r, short g, short b ) : UnityEngine | ||
initWithDuration ( float t, short r, short g, short b ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
메소드 | 설명 | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCTintBy ( float t, short r, short g, short b ) : UnityEngine | ||
t | float | |
r | short | |
g | short | |
b | short | |
리턴 | UnityEngine |
public initWithDuration ( float t, short r, short g, short b ) : void | ||
t | float | |
r | short | |
g | short | |
b | short | |
리턴 | void |