C# Class BBGamelib.CCFadeTo

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

Public Methods

Method Description
CCFadeTo ( float d, byte opacity ) : UnityEngine
initWithDuration ( float t, byte opacity ) : void
startWithTarget ( object aTarget ) : void
update ( float t ) : void

Protected Methods

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

Method Details

CCFadeTo() public method

public CCFadeTo ( float d, byte opacity ) : UnityEngine
d float
opacity byte
return UnityEngine

copyImpl() protected method

protected copyImpl ( ) : CCAction
return CCAction

initWithDuration() public method

public initWithDuration ( float t, byte opacity ) : void
t float
opacity byte
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