C# Class Gonzo.Dialogs.WillWrightDiag

Inheritance: UIDialog
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
Update ( InputHelper Helper, GameTime GTime ) : void
WillWrightDiag ( UIImage Img, UIScreen Screen, Vector2 Position ) : Gonzo.Elements

Method Details

Draw() public méthode

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
Résultat void

Update() public méthode

public Update ( InputHelper Helper, GameTime GTime ) : void
Helper InputHelper
GTime Microsoft.Xna.Framework.GameTime
Résultat void

WillWrightDiag() public méthode

public WillWrightDiag ( UIImage Img, UIScreen Screen, Vector2 Position ) : Gonzo.Elements
Img Gonzo.Elements.UIImage
Screen UIScreen
Position Microsoft.Xna.Framework.Vector2
Résultat Gonzo.Elements