Click or drag to resize
KeywordsTextDocument Class
A collection of keywords found in a text document.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      CandlelightKeywordCollection
        CandlelightKeywordsTextDocument

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class KeywordsTextDocument : KeywordCollection

The KeywordsTextDocument type exposes the following members.

Properties
  NameDescription
Public propertyCaseMatchMode
Gets or sets the case match mode.
(Inherited from KeywordCollection.)
Public propertyDelimiter
Gets or sets the delimiter.
Public propertyKeywords
Gets the keyword cache.
(Inherited from KeywordCollection.)
Public propertyTextDocument
Gets or sets the text document.
Public propertyWordPrioritization
Gets or sets the prioritization mode for ordering keywords.
(Inherited from KeywordCollection.)
Top
Events
  NameDescription
Public eventChanged
Occurs whenever the keywords on this instance changed.
(Inherited from KeywordCollection.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetPrefabName
Gets the name of the prefab associated with the supplied instance.
(Defined by ObjectX.)
Public Extension MethodOpenReferencePage
Opens a reference web page generated for the specified object.
(Defined by ObjectX.)
Top
See Also