C# Class Terraria.ModLoader.UI.UIMessageBox

Inheritance: Terraria.GameContent.UI.Elements.UIPanel
Afficher le fichier Open project: JavidPack/TerraCustom Class Usage Examples

Protected Properties

Свойство Type Description
_scrollbar Terraria.GameContent.UI.Elements.UIScrollbar

Méthodes publiques

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

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Méthode Description
SetText ( string text ) : void
UpdateScrollbar ( ) : void

Method Details

DrawSelf() protected méthode

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Recalculate() public méthode

public Recalculate ( ) : void
Résultat void

RecalculateChildren() public méthode

public RecalculateChildren ( ) : void
Résultat void

ScrollWheel() public méthode

public ScrollWheel ( UIScrollWheelEvent evt ) : void
evt Terraria.UI.UIScrollWheelEvent
Résultat void

SetScrollbar() public méthode

public SetScrollbar ( UIScrollbar scrollbar ) : void
scrollbar Terraria.GameContent.UI.Elements.UIScrollbar
Résultat void

UIMessageBox() public méthode

public UIMessageBox ( string text ) : System
text string
Résultat System

Property Details

_scrollbar protected_oe property

protected UIScrollbar,Terraria.GameContent.UI.Elements _scrollbar
Résultat Terraria.GameContent.UI.Elements.UIScrollbar