C# Class Zetbox.API.Dtos.GuiBackgroundAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: daszat/zetbox

Public Methods

Method Description
GuiBackgroundAttribute ( string color ) : System
GuiBackgroundAttribute ( string color, string alternateColor ) : System

Method Details

GuiBackgroundAttribute() public method

public GuiBackgroundAttribute ( string color ) : System
color string
return System

GuiBackgroundAttribute() public method

public GuiBackgroundAttribute ( string color, string alternateColor ) : System
color string
alternateColor string
return System