 | HyperTextProcessorInputTextSource 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.UIAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic ITextSource InputTextSource { get; set; }Property Value
Type:
ITextSourceThe input text source.
See Also