Skip to content
ButtonStyle

UI / ButtonStyle

ButtonStyle Class

Button Widget Style Type

Table of contents

Accessors

disabledImage(): ImageInfo other
Get ImageInfo of disable image
hoveredImage(): ImageInfo other
Obtain ImageInfo for floating images
normalImage(): ImageInfo other
Get ImageInfo for default images
pressedImage(): ImageInfo other
Get the ImageInfo of pressed image

Accessors

disabledImage

get disabledImage(): ImageInfo other

Get ImageInfo of disable image

Returns

ImageInfoDisable ImageInfo of image

hoveredImage

get hoveredImage(): ImageInfo other

Obtain ImageInfo for floating images

Returns

ImageInfoImageInfo of suspended image

normalImage

get normalImage(): ImageInfo other

Get ImageInfo for default images

Returns

ImageInfoImageInfo of default image

pressedImage

get pressedImage(): ImageInfo other

Get the ImageInfo of pressed image

Returns