Enum VisibilityOverride
Controls whether detection should be forced to succeed or fail, or use default behavior.
public enum VisibilityOverride
- Extension Methods
Fields
None = 0Use the engine's default detection behavior.
NotVisible = 2Force detection to fail (target is considered not visible).
Visible = 1Force detection to succeed (target is considered visible).