 | HyperTextInputTextSource 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
UI.Text.text property on this instance.
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