| Candlelight.UI Namespace |
| Class | Description | |
|---|---|---|
| FontUpdateTracker |
This class tracks changes to font textures being used by HyperText objects. It mirrors
UI.FontUpdateTracker, which cannot be used because it reads the font property directly
from UI.Text objects.
| |
| HyperText |
A UI.Text component which can contain links and apply custom styles.
| |
| HyperTextHyperlinkEvent |
An event class for handling hyperlinks.
| |
| HyperTextProcessor |
A class for processing an input string as hyper text.
| |
| HyperTextProcessorCustomTag |
A class for storing information about a custom tag indicated in the text.
| |
| HyperTextProcessorKeywordCollectionClassAttribute |
A custom PropertyAttribute to specify information for inspector labels on a
HyperTextProcessorKeywordCollectionClass.
| |
| HyperTextProcessorLink |
A class for storing information about a link indicated in the text.
| |
| HyperTextProcessorQuad |
A class for storing information about a quad indicated in the text.
| |
| HyperTextProcessorTagCharacterData |
A base class for storing data about the characters for a tag appearing in the text.
| |
| HyperTextStyles |
A class for describing different styles for a HyperText component.
| |
| LocalizableText |
A class for storing text values for different locales.
| |
| SimpleGradient |
A simple vertical gradient effect that tints the vertex colors of UI objects.
| |
| Typewriter |
An ITextSource component that spells out one letter at a time. To use it with a
HyperText component, add it to the HyperText and assign it as the
InputTextSource.
| |
| TypewriterTypewriterCharacterEvent |
Typewriter character event.
| |
| TypewriterTypewriterEvent |
Typewriter event.
|
| Structure | Description | |
|---|---|---|
| HyperTextLinkInfo |
A structure with minimal information about a link involved in an event.
| |
| HyperTextProcessorKeywordCollectionClass |
A structure for storing a keyword collection and its associated class. It is used to create associations
between keyword collections and styles specified in the style sheet.
| |
| HyperTextStylesLink |
A structure for storing information about a link style.
| |
| HyperTextStylesLinkSubclass |
A structure for storing a style for a subclass of link.
| |
| HyperTextStylesQuad |
A structure for storing information about a quad style.
| |
| HyperTextStylesText |
A structure for storing information about a text style for a tag.
|
| Delegate | Description | |
|---|---|---|
| HyperTextStylesChangedEventHandler |
A delegate for listening for changes to a HyperTextStyles object.
|
| Enumeration | Description | |
|---|---|---|
| ColorTintMode |
Different color tint modes.
| |
| SimpleGradientGradientFillMode |
Gradient fill mode.
|