Class RandomWalkerPathsNode
Inheritance
RandomWalkerPathsNode
Syntax
[ScriptNode("Random Walker Paths", "Path", true)]
[Serializable]
public class RandomWalkerPathsNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
Bounds
Declaration
public Vector2Int Bounds { get; }
Property Value
Type |
Description |
Vector2Int |
|
Connections
Declaration
public Pair<Vector2Int>[] Connections { get; }
Property Value
Type |
Description |
Pair<Vector2Int>[] |
|
Paths
Declaration
public Vector2Int[][] Paths { get; }
Property Value
Type |
Description |
Vector2Int[][] |
|
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()
Overrides
Implements