Enum NodeSimulation ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Which passes of the frame beyond a node takes part in.
csharp
public enum NodeSimulationFields ​
None = 0
The node has nothing to advance once the scene has been updated.
Parallel = 1
The node update can be parallelized. Affects only inner state.

