Enum Scene.NodeType ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Indicates which spatial partition a scene node belongs to.
csharp
public enum Scene.NodeTypeFields ​
Unknown = 0
The node ID is not present in any partition.
Static = 1
The node resides in the static spatial partition.
Dynamic = 2
The node resides in the dynamic spatial partition.

