enum
CullMode
public sealed enum CullMode : Enum Cull mode, either inside or outside
Enum Values
| Name | Value | Description |
|---|---|---|
Inside | | Hide any objects fully inside the box |
Outside | | Hide any objects not intersecting any boxes |
Assembly:
Sandbox.Engine Declaring Type: SceneCullingBox Full Name: Sandbox.SceneCullingBox.CullMode