Method | Description | |
---|---|---|
CCTintTo ( float t, byte r, byte g, byte b ) : UnityEngine | ||
initWithDuration ( float t, byte r, byte g, byte b ) : void | ||
startWithTarget ( object aTarget ) : void | ||
update ( float t ) : void |
Method | Description | |
---|---|---|
copyImpl ( ) : CCAction | ||
reverseImpl ( ) : CCAction |
public CCTintTo ( float t, byte r, byte g, byte b ) : UnityEngine | ||
t | float | |
r | byte | |
g | byte | |
b | byte | |
return | UnityEngine |
public initWithDuration ( float t, byte r, byte g, byte b ) : void | ||
t | float | |
r | byte | |
g | byte | |
b | byte | |
return | void |
public startWithTarget ( object aTarget ) : void | ||
aTarget | object | |
return | void |