C# Class XPlane.Core.UI.MenuButton

Inheritance: Sharpex2D.UI.UIControl
Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Méthode Description
MenuButton ( UIManager assignedUIManager ) : Sharpex2D.Math

Initializes a new MenuButton class.

OnDraw ( SpriteBatch spriteBatch ) : void

Draws the MenuButton.

Method Details

MenuButton() public méthode

Initializes a new MenuButton class.
public MenuButton ( UIManager assignedUIManager ) : Sharpex2D.Math
assignedUIManager UIManager The AssignedUIManager.
Résultat Sharpex2D.Math

OnDraw() public méthode

Draws the MenuButton.
public OnDraw ( SpriteBatch spriteBatch ) : void
spriteBatch Sharpex2D.Rendering.SpriteBatch The spriteBatch.
Résultat void