Skip to main content

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

SignatureDescription
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

NameTypeDescription
instanceUIHoverButtonRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
borderfloatget/setVirtual attribute exposed by getBorder. Access it like a field to read or write the underlying value.
clickedbooleangetVirtual attribute exposed by isClicked. Access it like a field to read or write the underlying value.
clickedColorColorget/setVirtual attribute exposed by getClickedColor. Access it like a field to read or write the underlying value.
clickedTextureTextureget/setVirtual attribute exposed by getClickedTexture. Access it like a field to read or write the underlying value.
fontFileStringgetVirtual attribute exposed by getFontFile. Access it like a field to read or write the underlying value.
hoverbooleangetVirtual attribute exposed by isHover. Access it like a field to read or write the underlying value.
hoverColorColorsetVirtual attribute exposed by setHoverColor. Access it like a field to read or write the underlying value.
hoverTextureTextureget/setVirtual attribute exposed by getHoverTexture. Access it like a field to read or write the underlying value.
justBeginHoverbooleangetVirtual attribute exposed by isJustBeginHover. Access it like a field to read or write the underlying value.
normalColorColorget/setVirtual attribute exposed by getNormalColor. Access it like a field to read or write the underlying value.
normalTextureTextureget/setVirtual attribute exposed by getNormalTexture. Access it like a field to read or write the underlying value.
paddingVector2get/setVirtual attribute exposed by getPadding. Access it like a field to read or write the underlying value.
resolutionintget/setVirtual attribute exposed by getResolution. Access it like a field to read or write the underlying value.
textStringget/setVirtual attribute exposed by getText. Access it like a field to read or write the underlying value.
textClickedColorColorget/setVirtual attribute exposed by getTextClickedColor. Access it like a field to read or write the underlying value.
textHoverColorColorget/setVirtual attribute exposed by getTextHoverColor. Access it like a field to read or write the underlying value.
textNormalColorColorget/setVirtual attribute exposed by getTextNormalColor. Access it like a field to read or write the underlying value.
textSizefloatget/setVirtual attribute exposed by getTextSize. Access it like a field to read or write the underlying value.