C# Class MonoGdx.Scene2D.UI.Window

Inheritance: Table
Mostra file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method 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

Protected Methods

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

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
return void

DrawBackground() protected method

protected DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
return void

Hit() public method

public Hit ( float x, float y, bool touchable ) : Actor
x float
y float
touchable bool
return Actor

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnKeyUp() protected method

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPreviewTouchDown() protected method

protected OnPreviewTouchDown ( TouchEventArgs e ) : void
e TouchEventArgs
return void

OnScroll() protected method

protected OnScroll ( ScrollEventArgs e ) : void
e ScrollEventArgs
return void

OnTouchDown() protected method

protected OnTouchDown ( TouchEventArgs e ) : void
e TouchEventArgs
return void

OnTouchDrag() protected method

protected OnTouchDrag ( TouchEventArgs e ) : void
e TouchEventArgs
return void

OnTouchUp() protected method

protected OnTouchUp ( TouchEventArgs e ) : void
e TouchEventArgs
return void

Window() public method

public Window ( string title, Skin skin ) : System
title string
skin Skin
return System

Window() public method

public Window ( string title, Skin skin, string styleName ) : System
title string
skin Skin
styleName string
return System

Window() public method

public Window ( string title, WindowStyle style ) : System
title string
style WindowStyle
return System