C# Class BBGamelib.CCTintBy

Inheritance: CCActionInterval
Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Method Details

CCTintBy() public method

public CCTintBy ( float t, short r, short g, short b ) : UnityEngine
t float
r short
g short
b short
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithDuration() public method

public initWithDuration ( float t, short r, short g, short b ) : void
t float
r short
g short
b short
return void

reverseImpl() protected method

protected reverseImpl ( ) : CCAction
return CCAction

startWithTarget() public method

public startWithTarget ( object aTarget ) : void
aTarget object
return void

update() public method

public update ( float t ) : void
t float
return void