Click or drag to resize
KeywordsGlossary Class
A collection of keywords, possible synonyms, and some basic semantic and grammatical information about them.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      CandlelightKeywordCollection
        CandlelightKeywordsGlossary

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

The KeywordsGlossary type exposes the following members.

Properties
  NameDescription
Public propertyCaseMatchMode
Gets or sets the case match mode.
(Inherited from KeywordCollection.)
Public propertyKeywords
Gets the keyword cache.
(Inherited from KeywordCollection.)
Public propertyWordPrioritization
Gets or sets the prioritization mode for ordering keywords.
(Inherited from KeywordCollection.)
Top
Methods
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