UIHoverButton
Complete API reference for UIHoverButton, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIHoverButton extends Component
Constructors
| Signature | Description |
|---|---|
UIHoverButton(UIHoverButton) | Executes UIHoverButton and returns after the underlying engine call finishes. |
UIHoverButton(Engine) | Executes UIHoverButton and returns after the underlying engine call finishes. |
UIHoverButton() | Executes UIHoverButton and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIHoverButton | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
border | float | get/set | Virtual attribute exposed by getBorder. Access it like a field to read or write the underlying value. |
clicked | boolean | get | Virtual attribute exposed by isClicked. Access it like a field to read or write the underlying value. |
clickedColor | Color | get/set | Virtual attribute exposed by getClickedColor. Access it like a field to read or write the underlying value. |
clickedTexture | Texture | get/set | Virtual attribute exposed by getClickedTexture. Access it like a field to read or write the underlying value. |
fontFile | String | get | Virtual attribute exposed by getFontFile. Access it like a field to read or write the underlying value. |
hover | boolean | get | Virtual attribute exposed by isHover. Access it like a field to read or write the underlying value. |
hoverColor | Color | set | Virtual attribute exposed by setHoverColor. Access it like a field to read or write the underlying value. |
hoverTexture | Texture | get/set | Virtual attribute exposed by getHoverTexture. Access it like a field to read or write the underlying value. |
justBeginHover | boolean | get | Virtual attribute exposed by isJustBeginHover. Access it like a field to read or write the underlying value. |
normalColor | Color | get/set | Virtual attribute exposed by getNormalColor. Access it like a field to read or write the underlying value. |
normalTexture | Texture | get/set | Virtual attribute exposed by getNormalTexture. Access it like a field to read or write the underlying value. |
padding | Vector2 | get/set | Virtual attribute exposed by getPadding. Access it like a field to read or write the underlying value. |
resolution | int | get/set | Virtual attribute exposed by getResolution. Access it like a field to read or write the underlying value. |
text | String | get/set | Virtual attribute exposed by getText. Access it like a field to read or write the underlying value. |
textClickedColor | Color | get/set | Virtual attribute exposed by getTextClickedColor. Access it like a field to read or write the underlying value. |
textHoverColor | Color | get/set | Virtual attribute exposed by getTextHoverColor. Access it like a field to read or write the underlying value. |
textNormalColor | Color | get/set | Virtual attribute exposed by getTextNormalColor. Access it like a field to read or write the underlying value. |
textSize | float | get/set | Virtual attribute exposed by getTextSize. Access it like a field to read or write the underlying value. |