Inheritance
    
    
    
    ExtractPointsWithNeighboursNode
   
  
  
  
  
  
    [ScriptNode("Extract Points With Neighbours", "Points", true)]
[Serializable]
public class ExtractPointsWithNeighboursNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
   
  Properties
  
  
  
  
  Declaration
  
    public TextureData InputTextureData { get; }
   
  Property Value
  
  
  
  
  
  Declaration
  
    public ReadOnlyCollection<Vector2Int> Points { get; }
   
  Property Value
  
  Methods
  
  
  Contains all the processing logic of this node. Called by Process.
Declaration
  
    protected override void OnProcess()
   
  Overrides
  
  Implements