Click or drag to resize
GameObjectOctreeSceneBoundaries Field
Bounding box to use for octree culling. If you use octree culling scene node, objects that exceed this bounding box won't be culled properly.

Namespace:  GeonBit.ECS
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static BoundingBox OctreeSceneBoundaries

Field Value

Type: BoundingBox
See Also