Метод | Описание | |
---|---|---|
Add ( ) : |
||
Add ( Actor actor ) : |
||
Add ( string text ) : |
||
Add ( string text, string labelStyleName ) : |
||
Add ( string text, string fontName, Color color ) : |
||
Add ( string text, string fontName, string colorName ) : |
||
ClearChildren ( ) : void | ||
ColumnDefaults ( int column ) : |
||
Defaults ( ) : |
||
Draw ( |
||
GetCell ( Actor actor ) : |
||
GetCells ( ) : List |
||
GetRow ( float y ) : int | ||
Hit ( float x, float y, bool touchable ) : Actor | ||
Invalidate ( ) : void | ||
Layout ( ) : void | ||
Pad ( |
||
Pad ( |
||
Pad ( float pad ) : |
||
Pad ( float top, float left, float bottom, float right ) : |
||
RemoveActor ( Actor actor ) : bool | ||
Reset ( ) : void | ||
Row ( ) : |
||
SetBackground ( ISceneDrawable background ) : void | ||
SetBackground ( string drawableName ) : void | ||
SetClip ( bool enabled ) : void | ||
Stack ( ) : |
||
Table ( Skin skin ) : System |
Метод | Описание | |
---|---|---|
DrawBackground ( |
Метод | Описание | |
---|---|---|
DrawDebug ( List |
||
DrawDebug ( Stage stage ) : void | ||
Table ( ) : System |
public Add ( Actor actor ) : |
||
actor | Actor | |
Результат |
public Add ( string text ) : |
||
text | string | |
Результат |
public Add ( string text, string labelStyleName ) : |
||
text | string | |
labelStyleName | string | |
Результат |
public Add ( string text, string fontName, Color color ) : |
||
text | string | |
fontName | string | |
color | Color | |
Результат |
public Add ( string text, string fontName, string colorName ) : |
||
text | string | |
fontName | string | |
colorName | string | |
Результат |
public ColumnDefaults ( int column ) : |
||
column | int | |
Результат |
public Draw ( |
||
spriteBatch | ||
parentAlpha | float | |
Результат | void |
protected DrawBackground ( |
||
spriteBatch | ||
parentAlpha | float | |
Результат | void |
public GetCell ( Actor actor ) : |
||
actor | Actor | |
Результат |
public Hit ( float x, float y, bool touchable ) : Actor | ||
x | float | |
y | float | |
touchable | bool | |
Результат | Actor |
public Pad ( |
||
pad | ||
Результат |
public Pad ( |
||
top | ||
left | ||
bottom | ||
right | ||
Результат |
public Pad ( float top, float left, float bottom, float right ) : |
||
top | float | |
left | float | |
bottom | float | |
right | float | |
Результат |
public SetBackground ( ISceneDrawable background ) : void | ||
background | ISceneDrawable | |
Результат | void |
public SetBackground ( string drawableName ) : void | ||
drawableName | string | |
Результат | void |