C# Class BBGamelib.CCLayerRGBA

Inheritance: CCLayer, CCRGBAProtocol
Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Public Methods

Method Description
updateDisplayedColor ( Color32 parentColor ) : void
updateDisplayedOpacity ( byte parentOpacity ) : void

Protected Methods

Method Description
init ( ) : void

Method Details

init() protected method

protected init ( ) : void
return void

updateDisplayedColor() public method

public updateDisplayedColor ( Color32 parentColor ) : void
parentColor UnityEngine.Color32
return void

updateDisplayedOpacity() public method

public updateDisplayedOpacity ( byte parentOpacity ) : void
parentOpacity byte
return void