xworker.gdx.scenes.scene2d.ui.Widget
事物 Widget(Widget)点击打开事物点击浏览描述

描述者:
MetaDescriptor3
thing
继承:
Actor

An Actor that participates in layout and provides a minimum, preferred, and maximum size.

The default preferred size of a widget is 0 and this is almost always overridden by a subclass. The default minimum size returns the preferred size, so a subclass may choose to return 0 if it wants to allow itself to be sized smaller. The default maximum size is 0, which means no maximum size.

See Layout for details on how a widget should participate in layout. A widget's mutator methods should call invalidate() or invalidateHierarchy() as needed.

字段摘要
           String color
           
           String fillParent
           If true, this actor will be sized to the parent in Layout.validate().
           String height
           
           String layoutEnabled
           Enables or disables the layout for this actor and all child actors, recursively.
           String name
           
           String originX
           
           String originY
           
           String rotation
           
           String scale
           
           String scaleX
           
           String scaleY
           
           String touchable
           
           String visible
           
           String width
           
           String x
           
           String y
           
           String z-index
           
 
方法摘要
 
子事物摘要
           actions
          
 
字段详细信息

color点击打开事物


fillParent点击打开事物

If true, this actor will be sized to the parent in Layout.validate().


height点击打开事物


layoutEnabled点击打开事物

Enables or disables the layout for this actor and all child actors, recursively.


name点击打开事物


originX点击打开事物


originY点击打开事物


rotation点击打开事物


scale点击打开事物


scaleX点击打开事物


scaleY点击打开事物


touchable点击打开事物


visible点击打开事物


width点击打开事物


x点击打开事物


y点击打开事物


z-index点击打开事物


 
方法详细信息
 
子事物详细信息

actions点击打开事物