Class ErosionNode
public class ErosionNode : ImageNodeBase, INode, IHasID, IGroupable
- Inheritance
-
ErosionNode
- 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.