C# Class WTTableCell, FutilePrototyper

Inheritance: WTEntity
Afficher le fichier Open project: wtrebella/FutilePrototyper Class Usage Examples

Méthodes publiques

Свойство Type Description
bottomLineSpriteComponent WTSpriteComponent,
centerLabelComponent WTLabelComponent,
leftLabelComponent WTLabelComponent,
rightSpriteComponent WTSpriteComponent,
tableCellType TableCellType

Méthodes publiques

Méthode 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

Method Details

AddCenterLabel() public méthode

public AddCenterLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void
fontName string
labelString string
labelColor Color
labelScale float
Résultat void

AddLeftLabel() public méthode

public AddLeftLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void
fontName string
labelString string
labelColor Color
labelScale float
Résultat void

AddLineBreaksToString() public méthode

public AddLineBreaksToString ( string stringToBreak, int charsPerRow ) : string
stringToBreak string
charsPerRow int
Résultat string

AddRightSprite() public méthode

public AddRightSprite ( string imageName, float spriteScale ) : void
imageName string
spriteScale float
Résultat void

LocalRectContainsTouch() public méthode

public LocalRectContainsTouch ( FTouch, touch ) : bool
touch FTouch,
Résultat bool

WTTableCell() public méthode

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
Résultat System.Collections

Property Details

bottomLineSpriteComponent public_oe property

public WTSpriteComponent, bottomLineSpriteComponent
Résultat WTSpriteComponent,

centerLabelComponent public_oe property

public WTLabelComponent, centerLabelComponent
Résultat WTLabelComponent,

leftLabelComponent public_oe property

public WTLabelComponent, leftLabelComponent
Résultat WTLabelComponent,

rightSpriteComponent public_oe property

public WTSpriteComponent, rightSpriteComponent
Résultat WTSpriteComponent,

tableCellType public_oe property

public TableCellType tableCellType
Résultat TableCellType