C# Class Terraria.GameContent.UI.Elements.UIList.UIInnerList

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

Méthodes publiques

Méthode Description
ContainsPoint ( Vector2 point ) : bool

Méthodes protégées

Méthode Description
DrawChildren ( SpriteBatch spriteBatch ) : void

Method Details

ContainsPoint() public méthode

public ContainsPoint ( Vector2 point ) : bool
point Vector2
Résultat bool

DrawChildren() protected méthode

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