Class RandomPointsPerAreaNode
Inheritance
RandomPointsPerAreaNode
Syntax
[ScriptNode("Random Points Per Area", "Points", true)]
[Serializable]
public class RandomPointsPerAreaNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
Areas
Declaration
public Area[] Areas { get; }
Property Value
Points
Declaration
public Vector2Int[] Points { 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