Click or drag to resize
KeywordCollection Class
A base class for a collection of keywords.
Inheritance Hierarchy

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

The KeywordCollection type exposes the following members.

Properties
  NameDescription
Public propertyCaseMatchMode
Gets or sets the case match mode.
Public propertyKeywords
Gets the keyword cache.
Public propertyWordPrioritization
Gets or sets the prioritization mode for ordering keywords.
Top
Events
  NameDescription
Public eventChanged
Occurs whenever the keywords on this instance changed.
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