CalculatorNode

Class in Arbor / Inherits from: Node
Implements interfaces: INodeBehaviourContainer

Description

Class that represents a calculator

Properties

Property Name Description
calculator Get the attached Calculator.
calculatorID Gets the calculator node identifier.

Methods

Method Name Description
CreateCalculator Create a Calculator. Use it in the editor.
GetObject Get the Object of the attached Calculator
IsContainsBehaviour Check if it contains NodeBehaviour.
OnGraphChanged Called when the NodeGraph to which the Node belongs has changed.

Inherited Members

Fields

Field Name Description
nodeComment Comment
position Position on the Arbor Editor.
showComment Whether to display comments

Properties

Property Name Description
nodeGraph Gets the NodeGraph.
nodeID Gets the node identifier.

Methods

Method Name Description
GetName Get node name.
IsDeletable Returns whether or not it can be deleted.
ToString Convert node to string (for debugging).