Class ThermalErosionNode2
public class ThermalErosionNode2 : ImageNodeBase, INode, IHasID, IGroupable
- Inheritance
-
ThermalErosionNode2
- Implements
- Inherited Members
Constructors
Properties
- shouldSplitExecution
Indicates whether the graph executor may split this node's work across frames when split execution is enabled.
Methods
- Execute(GraphContext)
Default coroutine execution path that runs ExecuteImmediate(GraphContext) and yields once.
- ExecuteImmediate(GraphContext)
Executes the node synchronously using the supplied graph context.