C# Class MonoGdx.Scene2D.UI.WidgetGroup

Inheritance: Group, ILayout
Mostra file Open project: jaquadro/MonoGdx

Public Methods

Method Description
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
Invalidate ( ) : void
InvalidateHierarchy ( ) : void
Layout ( ) : void
Pack ( ) : void
SetFillParent ( bool fillParent ) : void
SetLayoutEnabled ( bool enabled ) : void
Validate ( ) : void
WidgetGroup ( ) : System

Protected Methods

Method Description
ChildrenChanged ( ) : void

Private Methods

Method Description
SetLayoutEnabled ( Group parent, bool enabled ) : void

Method Details

ChildrenChanged() protected method

protected ChildrenChanged ( ) : void
return void

Draw() public method

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

Invalidate() public method

public Invalidate ( ) : void
return void

InvalidateHierarchy() public method

public InvalidateHierarchy ( ) : void
return void

Layout() public method

public Layout ( ) : void
return void

Pack() public method

public Pack ( ) : void
return void

SetFillParent() public method

public SetFillParent ( bool fillParent ) : void
fillParent bool
return void

SetLayoutEnabled() public method

public SetLayoutEnabled ( bool enabled ) : void
enabled bool
return void

Validate() public method

public Validate ( ) : void
return void

WidgetGroup() public method

public WidgetGroup ( ) : System
return System