C# Class Terraria.TerraCustom.UI.UISettingsItem

Inheritance: Terraria.GameContent.UI.Elements.UIPanel
Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
UISettingsItem ( string name ) : System

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
DeleteThisSetting ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
LoadThisSetting ( UIMouseEvent evt, UIElement listeningElement ) : void

Method Details

DrawSelf() protected method

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

MouseOut() public method

public MouseOut ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
return void

MouseOver() public method

public MouseOver ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
return void

UISettingsItem() public method

public UISettingsItem ( string name ) : System
name string
return System