C# Class Nez.UI.ImageButtonStyle

Inheritance: ButtonStyle
ファイルを表示 Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
imageUp IDrawable

Public Methods

Method Description
ImageButtonStyle ( ) : System
ImageButtonStyle ( IDrawable up, IDrawable down, IDrawable checkked, IDrawable imageUp, IDrawable imageDown, IDrawable imageChecked ) : System
clone ( ) : ImageButtonStyle

Method Details

ImageButtonStyle() public method

public ImageButtonStyle ( ) : System
return System

ImageButtonStyle() public method

public ImageButtonStyle ( IDrawable up, IDrawable down, IDrawable checkked, IDrawable imageUp, IDrawable imageDown, IDrawable imageChecked ) : System
up IDrawable
down IDrawable
checkked IDrawable
imageUp IDrawable
imageDown IDrawable
imageChecked IDrawable
return System

clone() public method

public clone ( ) : ImageButtonStyle
return ImageButtonStyle

Property Details

imageUp public_oe property

public IDrawable imageUp
return IDrawable