C# 클래스 WTTableCell, FutilePrototyper

상속: WTEntity
파일 보기 프로젝트 열기: wtrebella/FutilePrototyper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bottomLineSpriteComponent WTSpriteComponent,
centerLabelComponent WTLabelComponent,
leftLabelComponent WTLabelComponent,
rightSpriteComponent WTSpriteComponent,
tableCellType TableCellType

공개 메소드들

메소드 설명
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

메소드 상세

AddCenterLabel() 공개 메소드

public AddCenterLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void
fontName string
labelString string
labelColor Color
labelScale float
리턴 void

AddLeftLabel() 공개 메소드

public AddLeftLabel ( string fontName, string labelString, Color labelColor, float labelScale ) : void
fontName string
labelString string
labelColor Color
labelScale float
리턴 void

AddLineBreaksToString() 공개 메소드

public AddLineBreaksToString ( string stringToBreak, int charsPerRow ) : string
stringToBreak string
charsPerRow int
리턴 string

AddRightSprite() 공개 메소드

public AddRightSprite ( string imageName, float spriteScale ) : void
imageName string
spriteScale float
리턴 void

LocalRectContainsTouch() 공개 메소드

public LocalRectContainsTouch ( FTouch, touch ) : bool
touch FTouch,
리턴 bool

WTTableCell() 공개 메소드

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
리턴 System.Collections

프로퍼티 상세

bottomLineSpriteComponent 공개적으로 프로퍼티

public WTSpriteComponent, bottomLineSpriteComponent
리턴 WTSpriteComponent,

centerLabelComponent 공개적으로 프로퍼티

public WTLabelComponent, centerLabelComponent
리턴 WTLabelComponent,

leftLabelComponent 공개적으로 프로퍼티

public WTLabelComponent, leftLabelComponent
리턴 WTLabelComponent,

rightSpriteComponent 공개적으로 프로퍼티

public WTSpriteComponent, rightSpriteComponent
리턴 WTSpriteComponent,

tableCellType 공개적으로 프로퍼티

public TableCellType tableCellType
리턴 TableCellType