C# Class BBGamelib.CCNodeRGBA

Inheritance: CCNode, CCRGBAProtocol
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Protected Properties

Свойство Type Description
_cascadeColorEnabled bool
_displayedColor UnityEngine.Color32
_displayedOpacity byte

Méthodes publiques

Méthode Description
CCNodeRGBA ( ) : UnityEngine
updateDisplayedColor ( Color32 parentColor ) : void
updateDisplayedOpacity ( byte parentOpacity ) : void

Method Details

CCNodeRGBA() public méthode

public CCNodeRGBA ( ) : UnityEngine
Résultat UnityEngine

updateDisplayedColor() public méthode

public updateDisplayedColor ( Color32 parentColor ) : void
parentColor UnityEngine.Color32
Résultat void

updateDisplayedOpacity() public méthode

public updateDisplayedOpacity ( byte parentOpacity ) : void
parentOpacity byte
Résultat void

Property Details

_cascadeColorEnabled protected_oe property

protected bool _cascadeColorEnabled
Résultat bool

_displayedColor protected_oe property

protected Color32,UnityEngine _displayedColor
Résultat UnityEngine.Color32

_displayedOpacity protected_oe property

protected byte _displayedOpacity
Résultat byte