EasyTalk API
Loading...
Searching...
No Matches
EasyTalk.Display.Style.OptionButtonStyle Class Reference

This class defines styling for option panel dialogue button components. More...

Public Attributes

ImageStyleSettings imageStyleSettings = new ImageStyleSettings()
 The style to use on the button's image.
 
ButtonStyleSettings buttonStyleSettings = new ButtonStyleSettings()
 The style to use on the button.
 
TextStyleSettings textStyleSettings = new TextStyleSettings()
 The style to use on the button's text.
 
AudioClip hoverSound
 The sound to use when hovered over.
 

Detailed Description

This class defines styling for option panel dialogue button components.

Member Data Documentation

◆ buttonStyleSettings

ButtonStyleSettings EasyTalk.Display.Style.OptionButtonStyle.buttonStyleSettings = new ButtonStyleSettings()

The style to use on the button.

◆ hoverSound

AudioClip EasyTalk.Display.Style.OptionButtonStyle.hoverSound

The sound to use when hovered over.

◆ imageStyleSettings

ImageStyleSettings EasyTalk.Display.Style.OptionButtonStyle.imageStyleSettings = new ImageStyleSettings()

The style to use on the button's image.

◆ textStyleSettings

TextStyleSettings EasyTalk.Display.Style.OptionButtonStyle.textStyleSettings = new TextStyleSettings()

The style to use on the button's text.