C# Class GUISelectionGridStyle, tf_client

Mostrar archivo Open project: wids-eria/tf_client

Public Properties

Property Type Description
DrawRect Rect

Public Methods

Method Description
AddRow ( ) : void
Clear ( ) : void
Draw ( ) : void
GetColumn ( int col ) : GUISelectionGridStyleBase,

Method Details

AddRow() public method

public AddRow ( ) : void
return void

Clear() public method

public Clear ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

GetColumn() public method

public GetColumn ( int col ) : GUISelectionGridStyleBase,
col int
return GUISelectionGridStyleBase,

Property Details

DrawRect public_oe property

public Rect DrawRect
return Rect