C# Class OpenRA.Mods.Common.Widgets.RGBASpriteWidget

Inheritance: OpenRA.Widgets.Widget
Show file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
GetSprite Func

Public Methods

Method Description
Clone ( ) : OpenRA.Widgets.Widget
Draw ( ) : void
RGBASpriteWidget ( ) : System

Protected Methods

Method Description
RGBASpriteWidget ( RGBASpriteWidget other ) : System

Method Details

Clone() public method

public Clone ( ) : OpenRA.Widgets.Widget
return OpenRA.Widgets.Widget

Draw() public method

public Draw ( ) : void
return void

RGBASpriteWidget() public method

public RGBASpriteWidget ( ) : System
return System

RGBASpriteWidget() protected method

protected RGBASpriteWidget ( RGBASpriteWidget other ) : System
other RGBASpriteWidget
return System

Property Details

GetSprite public property

public Func GetSprite
return Func