Class AreasSpecialBorderPointsNode
Inheritance
AreasSpecialBorderPointsNode
Syntax
[ScriptNode("Areas Special Border Points", "Areas", true)]
[Serializable]
public class AreasSpecialBorderPointsNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
AllPoints
Declaration
public IEnumerable<Vector2Int> AllPoints { get; }
Property Value
Areas
Declaration
public Area[] Areas { get; }
Property Value
BottomLeftPoints
Declaration
public IEnumerable<Vector2Int> BottomLeftPoints { get; }
Property Value
BottomPoints
Declaration
public IEnumerable<Vector2Int> BottomPoints { get; }
Property Value
BottomRightPoints
Declaration
public IEnumerable<Vector2Int> BottomRightPoints { get; }
Property Value
LeftPoints
Declaration
public IEnumerable<Vector2Int> LeftPoints { get; }
Property Value
RightPoints
Declaration
public IEnumerable<Vector2Int> RightPoints { get; }
Property Value
TopLeftPoints
Declaration
public IEnumerable<Vector2Int> TopLeftPoints { get; }
Property Value
TopPoints
Declaration
public IEnumerable<Vector2Int> TopPoints { get; }
Property Value
TopRightPoints
Declaration
public IEnumerable<Vector2Int> TopRightPoints { get; }
Property Value
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()
Overrides
Implements