C# Class MonoGdx.TableLayout.Cell

Datei anzeigen Open project: jaquadro/MonoGdx Class Usage Examples

Private Properties

Property Type Description
Defaults void
Merge void
Set void

Public Methods

Method Description
Clear ( ) : void
ClearWidget ( ) : void

Protected Methods

Method Description
Cell ( ) : System

Private Methods

Method Description
Defaults ( ) : void
Merge ( Cell cell ) : void
Set ( Cell defaults ) : void

Method Details

Cell() protected method

protected Cell ( ) : System
return System

Clear() public method

public Clear ( ) : void
return void

ClearWidget() public abstract method

public abstract ClearWidget ( ) : void
return void