Click or drag to resize
TransformXSearchNamespacesMode Enumeration
An enum describe how namespaces should be handled when searching for Transforms.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum SearchNamespacesMode
Members
  Member nameValueDescription
Ignore0 Namespace prefixes should be ignored. For example, "Transform" would find either "Transform" or "character:Transform".
Respect1 Namespace prefixes should be explicitly included in the search. For example, "Transform" would not find "character:Transform".
See Also