C# Class Terraria.ModLoader.UI.UIMessageBox

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

Protected Properties

Property Type Description
_scrollbar Terraria.GameContent.UI.Elements.UIScrollbar

Public Methods

Method Description
Recalculate ( ) : void
RecalculateChildren ( ) : void
ScrollWheel ( UIScrollWheelEvent evt ) : void
SetScrollbar ( UIScrollbar scrollbar ) : void
UIMessageBox ( string text ) : System

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
SetText ( string text ) : void
UpdateScrollbar ( ) : void

Method Details

DrawSelf() protected method

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

Recalculate() public method

public Recalculate ( ) : void
return void

RecalculateChildren() public method

public RecalculateChildren ( ) : void
return void

ScrollWheel() public method

public ScrollWheel ( UIScrollWheelEvent evt ) : void
evt Terraria.UI.UIScrollWheelEvent
return void

SetScrollbar() public method

public SetScrollbar ( UIScrollbar scrollbar ) : void
scrollbar Terraria.GameContent.UI.Elements.UIScrollbar
return void

UIMessageBox() public method

public UIMessageBox ( string text ) : System
text string
return System

Property Details

_scrollbar protected_oe property

protected UIScrollbar,Terraria.GameContent.UI.Elements _scrollbar
return Terraria.GameContent.UI.Elements.UIScrollbar