Click or drag to resize
Candlelight.UI Namespace
This namespace contains all Candlelight Interactive library classes that deal with UI. These classes are designed to be project-independent, so they can be added into any Unity project, and may exist in multiple different Asset Store products.
Classes
  ClassDescription
Public classFontUpdateTracker
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.
Public classHyperText
A UI.Text component which can contain links and apply custom styles.
Public classHyperTextHyperlinkEvent
An event class for handling hyperlinks.
Public classHyperTextProcessor
A class for processing an input string as hyper text.
Public classHyperTextProcessorCustomTag
A class for storing information about a custom tag indicated in the text.
Public classHyperTextProcessorKeywordCollectionClassAttribute
Public classHyperTextProcessorLink
A class for storing information about a link indicated in the text.
Public classHyperTextProcessorQuad
A class for storing information about a quad indicated in the text.
Public classHyperTextProcessorTagCharacterData
A base class for storing data about the characters for a tag appearing in the text.
Public classHyperTextStyles
A class for describing different styles for a HyperText component.
Public classLocalizableText
A class for storing text values for different locales.
Public classSimpleGradient
A simple vertical gradient effect that tints the vertex colors of UI objects.
Public classTypewriter
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.
Public classTypewriterTypewriterCharacterEvent
Typewriter character event.
Public classTypewriterTypewriterEvent
Typewriter event.
Structures
  StructureDescription
Public structureHyperTextLinkInfo
A structure with minimal information about a link involved in an event.
Public structureHyperTextProcessorKeywordCollectionClass
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.
Public structureHyperTextStylesLink
A structure for storing information about a link style.
Public structureHyperTextStylesLinkSubclass
A structure for storing a style for a subclass of link.
Public structureHyperTextStylesQuad
A structure for storing information about a quad style.
Public structureHyperTextStylesText
A structure for storing information about a text style for a tag.
Delegates
Enumerations