Namespace Gasimo.Subtitles
Classes
- MonoSingleton<T>
Helper class to implement Singleton pattern into Subtitler
- ScriptableEvent
Object which you can bind custom events to. Use it by creating an ScriptableObject for every instance of events you want to use. To subscribe, use onEventRaised. To raise, use Raise(). Subtitles automatically calls Raise() when you attach instance of this class to a Subtitle line.
- SubtitleContainer
Component representing one subtitle source in the world.
- SubtitleDataEntry
Contains data for 1 line of dialogue.
- SubtitleSequenceData
Contains data holding a single Closed Caption sequence. For individual lines, see SubtitleDataEntry.
Interfaces
- ISubtitleEntry
Interface for describing subtitles usable in Subtitler
- ISubtitleSequence
Interface for SubtitleSequences. Implement this to define your own sequence.