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

This class is used to create styles for conversation displays. More...

Public Attributes

List< ImageStyleSettingsconvoImageStyles = new List<ImageStyleSettings>()
 A List of styles for conversation display panel images.
 
TextStyleSettings convoTextStyle = new TextStyleSettings()
 The style to use for the text of the conversation display.
 
CharacterNameStyle characterNameStyle = new CharacterNameStyle()
 The style to use for the character name panel.
 

Detailed Description

This class is used to create styles for conversation displays.

Member Data Documentation

◆ characterNameStyle

CharacterNameStyle EasyTalk.Display.Style.ConversationDisplayStyle.characterNameStyle = new CharacterNameStyle()

The style to use for the character name panel.

◆ convoImageStyles

List<ImageStyleSettings> EasyTalk.Display.Style.ConversationDisplayStyle.convoImageStyles = new List<ImageStyleSettings>()

A List of styles for conversation display panel images.

◆ convoTextStyle

TextStyleSettings EasyTalk.Display.Style.ConversationDisplayStyle.convoTextStyle = new TextStyleSettings()

The style to use for the text of the conversation display.