C# Class Terraria.GameContent.UI.Elements.UIToggleImage

Inheritance: Terraria.UI.UIElement
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
Click ( UIMouseEvent evt ) : void
SetState ( bool value ) : void
Toggle ( ) : void
UIToggleImage ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int width, int height, Point onTextureOffset, Point offTextureOffset ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Method Details

Click() public méthode

public Click ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
Résultat void

DrawSelf() protected méthode

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

SetState() public méthode

public SetState ( bool value ) : void
value bool
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void

UIToggleImage() public méthode

public UIToggleImage ( Microsoft.Xna.Framework.Graphics.Texture2D texture, int width, int height, Point onTextureOffset, Point offTextureOffset ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
width int
height int
onTextureOffset Microsoft.Xna.Framework.Point
offTextureOffset Microsoft.Xna.Framework.Point
Résultat Microsoft.Xna.Framework