Click or drag to resize
TypewriterInputTextSource Property
Gets or sets the input text source. If a value is assigned, its OutputText will be used in place of the value in the InputText property of this HyperTextProcessor.

Namespace: Candlelight.UI
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public ITextSource InputTextSource { get; set; }

Property Value

Type: ITextSource
The input text source.
See Also