Property | Type | Description | |
---|---|---|---|
bottomLineSpriteComponent | WTSpriteComponent, | ||
centerLabelComponent | WTLabelComponent, | ||
leftLabelComponent | WTLabelComponent, | ||
rightSpriteComponent | WTSpriteComponent, | ||
tableCellType | TableCellType |
Method | Description | |
---|---|---|
AddCenterLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void | ||
AddLeftLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void | ||
AddLineBreaksToString ( string stringToBreak, int charsPerRow ) : string | ||
AddRightSprite ( string imageName, float spriteScale ) : void | ||
LocalRectContainsTouch ( FTouch, touch ) : bool | ||
WTTableCell ( string name, float horizontalPadding, float verticalPadding, float width, Color backgroundColor, TableCellType type ) : System.Collections |
public AddCenterLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void | ||
fontName | string | |
labelString | string | |
labelColor | Color | |
labelScale | float | |
return | void |
public AddLeftLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void | ||
fontName | string | |
labelString | string | |
labelColor | Color | |
labelScale | float | |
return | void |
public AddLineBreaksToString ( string stringToBreak, int charsPerRow ) : string | ||
stringToBreak | string | |
charsPerRow | int | |
return | string |
public AddRightSprite ( string imageName, float spriteScale ) : void | ||
imageName | string | |
spriteScale | float | |
return | void |
public LocalRectContainsTouch ( FTouch, touch ) : bool | ||
touch | FTouch, | |
return | bool |
public WTTableCell ( string name, float horizontalPadding, float verticalPadding, float width, Color backgroundColor, TableCellType type ) : System.Collections | ||
name | string | |
horizontalPadding | float | |
verticalPadding | float | |
width | float | |
backgroundColor | Color | |
type | TableCellType | |
return | System.Collections |
public WTSpriteComponent, bottomLineSpriteComponent | ||
return | WTSpriteComponent, |
public WTLabelComponent, centerLabelComponent | ||
return | WTLabelComponent, |
public WTLabelComponent, leftLabelComponent | ||
return | WTLabelComponent, |
public WTSpriteComponent, rightSpriteComponent | ||
return | WTSpriteComponent, |