Click or drag to resize
ITextSource Interface
An interface to specify an object is a source of text.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface ITextSource

The ITextSource type exposes the following members.

Properties
  NameDescription
Public propertyOutputText
Gets the output text.
Top
Events
  NameDescription
Public eventBecameDirty
Occurs whenever the text on this instance has changed.
Top
See Also