Method | Description | |
---|---|---|
CCLabelTTF ( string text, string fontName, float fontSize ) : UnityEngine | ||
CCLabelTTF ( string text, string fontName, float fontSize, |
||
ToString ( ) : string | ||
getFontName ( string fontName ) : string | ||
updateColor ( ) : void | ||
updateDisplayedColor ( |
||
updateDisplayedOpacity ( byte parentOpacity ) : void | ||
updateTransform ( ) : void |
Method | Description | |
---|---|---|
draw ( ) : void | ||
init ( string text, string fontName, float fontSize, |
||
initWithGear ( CCFactoryGear gear ) : void | ||
recycleGear ( ) : void | ||
updateTexture ( ) : bool |
Method | Description | |
---|---|---|
getLocalbounds ( ) : |
public CCLabelTTF ( string text, string fontName, float fontSize ) : UnityEngine | ||
text | string | |
fontName | string | |
fontSize | float | |
return | UnityEngine |
public CCLabelTTF ( string text, string fontName, float fontSize, |
||
text | string | |
fontName | string | |
fontSize | float | |
dimensions | ||
hAlignment | CCTextAlignment | |
vAlignment | CCVerticalTextAlignment | |
return | UnityEngine |
public getFontName ( string fontName ) : string | ||
fontName | string | |
return | string |
protected init ( string text, string fontName, float fontSize, |
||
text | string | |
fontName | string | |
fontSize | float | |
dimensions | ||
hAlignment | CCTextAlignment | |
vAlignment | CCVerticalTextAlignment | |
return | void |
protected initWithGear ( CCFactoryGear gear ) : void | ||
gear | CCFactoryGear | |
return | void |
public updateDisplayedColor ( |
||
parentColor | ||
return | void |
public updateDisplayedOpacity ( byte parentOpacity ) : void | ||
parentOpacity | byte | |
return | void |