EasyTalk API
|
This class is used to define a frame style theme for dialogue displays. More...
Inherits ScriptableObject.
Public Attributes | |
List< ImageStyleSettings > | convoImageSettings = new List<ImageStyleSettings>() |
A List of image settings to use for the converstaion display's images. | |
ImageStyleSettings | characterPanelImageSettings = new ImageStyleSettings() |
The settings to use for the character panel's image. | |
ImageStyleSettings | continueImageSettings = new ImageStyleSettings() |
The settings to use for the continue display's image. | |
ImageStyleSettings | buttonImageSettings = new ImageStyleSettings() |
The settings to use for the option buttons' images. | |
List< ImageStyleSettings > | optionImageSettings = new List<ImageStyleSettings>() |
The settings to use for the images of the option display. | |
This class is used to define a frame style theme for dialogue displays.
ImageStyleSettings EasyTalk.Display.Style.FrameTheme.buttonImageSettings = new ImageStyleSettings() |
The settings to use for the option buttons' images.
ImageStyleSettings EasyTalk.Display.Style.FrameTheme.characterPanelImageSettings = new ImageStyleSettings() |
The settings to use for the character panel's image.
ImageStyleSettings EasyTalk.Display.Style.FrameTheme.continueImageSettings = new ImageStyleSettings() |
The settings to use for the continue display's image.
List<ImageStyleSettings> EasyTalk.Display.Style.FrameTheme.convoImageSettings = new List<ImageStyleSettings>() |
A List of image settings to use for the converstaion display's images.
List<ImageStyleSettings> EasyTalk.Display.Style.FrameTheme.optionImageSettings = new List<ImageStyleSettings>() |
The settings to use for the images of the option display.