C# Class Gonzo.Dialogs.WillWrightDiag

Inheritance: UIDialog
Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Methods

Method 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 method

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

Update() public method

public Update ( InputHelper Helper, GameTime GTime ) : void
Helper InputHelper
GTime Microsoft.Xna.Framework.GameTime
return void

WillWrightDiag() public method

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