Class AnimatedText
Animated text renderable
Inheritance
Inherited Members
Namespace
Syntax
public class AnimatedText : GraphicalCyclicWriter
Constructors
AnimatedText()
Makes a new instance of the animated text renderer
Declaration
public AnimatedText()
Properties
BackgroundColor
Background color of the text
Property Value
Color
Declaration
public Color BackgroundColor { get; set; }
ForegroundColor
Foreground color of the text
Property Value
Color
Declaration
public Color ForegroundColor { get; set; }
Rainbow
Whether to write text with rainbow effects or not
Property Value
bool
Declaration
public bool Rainbow { get; set; }
RainbowBg
Whether to write text with rainbow effects in the background or in the foreground
Property Value
bool
Declaration
public bool RainbowBg { get; set; }
Settings
Text settings to use
TextFrames
Text frames
Property Value
string[]
Declaration
public string[] TextFrames { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Methods
Render()
Renders an animated text
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()