Enum VisibilityBoxMode ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
What an info_visibility_box hides, from its cull_mode.
csharp
public enum VisibilityBoxModeFields ​
Inside = 0
Hides objects entirely inside the box.
Outside = 1
Hides objects that touch none of the outside boxes.
OutsideWhenEyeInside = 2
Counts as for a view whose eye is inside the box, and is ignored otherwise.

