SceneNodeType Enumeration |
[Missing <summary> documentation for "T:GeonBit.ECS.SceneNodeType"]
Namespace: GeonBit.ECS
public enum SceneNodeType
Member name | Value | Description | |
---|---|---|---|
Simple | 0 | A simple node without any culling (will always draw, unless parent is culled). | |
BoundingBoxCulling | 1 | Scene node that cull using bounding-box and camera frustom. | |
BoundingSphereCulling | 2 | Scene node that cull using bounding-sphere and camera frustom. TBD | |
ParticlesNode | 3 | Scene node to use for particles. TBD | |
OctreeCulling | 4 | Scene node with octree culling. TBD |