PanoShard
360 Gigapixel Panorama Framework
Loading...
Searching...
No Matches
Reshardic.PanoShard.Utils Namespace Reference

Classes

class  FitRenderer
 Fit the renderer so the rect transform has the correct width and height and maintain proper anchoring for all child UI elements. More...
 
interface  ISubtitleReader
 
class  SimpleTween
 A lightweight utility class for creating simple tweening animations. More...
 
class  SimpleTweenRunner
 A singleton MonoBehaviour that acts as a host for SimpleTween coroutines.
 
class  SrtImporter
 Custom importer for SRT subtitle files. This importer reads the content of .srt files and creates a TextAsset in Unity. More...
 
class  SrtReader
 
class  SubtitleReaderBase
 Base class for time-synchronised subtitle readers. More...
 
struct  SubtitleSegment
 
class  VttImporter
 Custom importer for VTT subtitle files. This importer reads the content of .vtt files and creates a TextAsset in Unity. More...
 

Enumerations

enum  SrtPreparationState { NotStarted , Parsing , Finished , Failed }
 

Enumeration Type Documentation

◆ SrtPreparationState

Enumerator
NotStarted 
Parsing 
Finished 
Failed