Class InvertMaskNode
Inverts the given masks, meaning it masks the unmasked points and vice versa.
Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Invert Mask", "Masks", true)]
[Serializable]
public class InvertMaskNode : ProcessorNode, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INode
Properties
Bounds
Declaration
public Vector2Int Bounds { get; }
Property Value
Type | Description |
---|---|
Vector2Int |
InvertedMask
Declaration
public Mask InvertedMask { get; }
Property Value
Type | Description |
---|---|
Mask |
Methods
OnProcess()
Contains all the processing logic of this node. Called by Process.
Declaration
protected override void OnProcess()