C# Class MonoGdx.Scene2D.UI.Window

Inheritance: Table
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
Hit ( float x, float y, bool touchable ) : Actor
Window ( string title, Skin skin ) : System
Window ( string title, Skin skin, string styleName ) : System
Window ( string title, WindowStyle style ) : System

Méthodes protégées

Méthode Description
DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPreviewTouchDown ( TouchEventArgs e ) : void
OnScroll ( ScrollEventArgs e ) : void
OnTouchDown ( TouchEventArgs e ) : void
OnTouchDrag ( TouchEventArgs e ) : void
OnTouchUp ( TouchEventArgs e ) : void

Method Details

Draw() public méthode

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
Résultat void

DrawBackground() protected méthode

protected DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
Résultat void

Hit() public méthode

public Hit ( float x, float y, bool touchable ) : Actor
x float
y float
touchable bool
Résultat Actor

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPreviewTouchDown() protected méthode

protected OnPreviewTouchDown ( TouchEventArgs e ) : void
e TouchEventArgs
Résultat void

OnScroll() protected méthode

protected OnScroll ( ScrollEventArgs e ) : void
e ScrollEventArgs
Résultat void

OnTouchDown() protected méthode

protected OnTouchDown ( TouchEventArgs e ) : void
e TouchEventArgs
Résultat void

OnTouchDrag() protected méthode

protected OnTouchDrag ( TouchEventArgs e ) : void
e TouchEventArgs
Résultat void

OnTouchUp() protected méthode

protected OnTouchUp ( TouchEventArgs e ) : void
e TouchEventArgs
Résultat void

Window() public méthode

public Window ( string title, Skin skin ) : System
title string
skin Skin
Résultat System

Window() public méthode

public Window ( string title, Skin skin, string styleName ) : System
title string
skin Skin
styleName string
Résultat System

Window() public méthode

public Window ( string title, WindowStyle style ) : System
title string
style WindowStyle
Résultat System