VariableInputNodeController
Constructors
No public constructors defined
Methods
| Int32 GetInputIndexFromModel( ) | stability index:1 |
|---|---|
| Return Value: none | |
| Fetches the index number to use for the next port. |
| void RemoveInputFromModel( ) | stability index:1 |
|---|---|
| Return Value: none | |
| Removes an input from this node. Called when the '-' button is clicked. |
| void AddInputToModel( ) | stability index:1 |
|---|---|
| Return Value: none | |
| Adds an input to this node. Called when the '+' button is clicked. |
| void SetNumInputs(Int32 numInputs) | stability index:1 |
|---|---|
| Return Value: none | |
| Set the number of inputs. | |
| numInputs | |
| void SerializeInputCount(XmlElement nodeElement,Int32 amount) | stability index:1 |
|---|---|
| Return Value: none | |
| Serializes the input count of a VariableInputNode to Xml. | |
| nodeElement | |
| amount | |