The InputAttribute type exposes the following members.

Properties

  NameDescription
Public propertyAllowDefault
Gets or sets a value that indicates whether the property, field, or parameter will be set to its type's default value when an export with the contract name is not present in the container.
(Inherited from ImportAttribute.)
Public propertyAllowRecomposition
Gets or sets a value that indicates whether the property or field will be recomposed when exports with a matching contract have changed in the container.
(Inherited from ImportAttribute.)
Public propertyAsInt
Displays the value of this pin as an integer in the gui, regardless of the actual type.
(Inherited from IOAttribute.)
Public propertyAutoValidate
Whether the pin is being validated on Evaluate or not. Validation triggers upstream node evaluation if upstream node was not evaluated yet in this frame.
Public propertyBinName
The bin name used in ISpread<ISpread<T>> implementations.
Public propertyBinOrder
The position of the bin size used in ISpread<ISpread<T>> implementations.
Public propertyBinSize
The bin size used in ISpread<ISpread<T>> implementations.
Public propertyBinVisibility
The visibility of the bin size pin in the patch and inspektor.
Public propertyCheckIfChanged
Whether or not vvvv should check if the data changed from previous frame. This is by default disabled for numeric data as their spread counts are typically high and doing this check might have a negative impact on performance.
Public propertyContractName
Gets the contract name of the export to import.
(Inherited from ImportAttribute.)
Public propertyContractType
Gets the type of the export to import.
(Inherited from ImportAttribute.)
Public propertyDefaultBoolean
Default value for this toggle pin.
(Inherited from IOAttribute.)
Public propertyDefaultColor
Array of rgba values in the range [0..1] to define the default color.
(Inherited from IOAttribute.)
Public propertyDefaultEnumEntry
String representation of the default enum entry for this pin.
(Inherited from IOAttribute.)
Public propertyDefaultString
Default string for this string pin.
(Inherited from IOAttribute.)
Public propertyDefaultValue
Default value for this value pin.
(Inherited from IOAttribute.)
Public propertyDefaultValues
Array of default values for vector pins.
(Inherited from IOAttribute.)
Public propertyDimensionNames
Array of names shown in the gui for each dimension of vector pins.
(Inherited from IOAttribute.)
Public propertyEnumName
Name of the dynamic enum, only needed for EnumEntry type.
(Inherited from IOAttribute.)
Public propertyFileMask
Filemask in the form of: "Audio File (*.wav, *.mp3)|*.wav;*.mp3".
(Inherited from IOAttribute.)
Public propertyHasAlpha
Use alpha channel for this color pin.
(Inherited from IOAttribute.)
Public propertyIsBang
Converts a bool pin from toggle to bang.
(Inherited from IOAttribute.)
Public propertyIsPinGroup
Converts an ISpread<ISpread<T>> from a bin sized spread to a dynamic pin group.
(Inherited from IOAttribute.)
Public propertyIsSingle
Determines whether the pin supports only one slice.
(Inherited from IOAttribute.)
Public propertyIsToggle
This is used for bool pins.
(Inherited from IOAttribute.)
Public propertyMaxChars
Maximum length of the string for this pin.
(Inherited from IOAttribute.)
Public propertyMaxValue
Maximum value for this value pin in the gui.
(Inherited from IOAttribute.)
Public propertyMinValue
Minimum value for this value pin in the gui.
(Inherited from IOAttribute.)
Public propertyName
The name of this pin
(Inherited from IOAttribute.)
Public propertyOrder
The order property helps the node to arrange its pins visually. The higher the order, the more right the pin appears on the node.
(Inherited from IOAttribute.)
Public propertyRequiredCreationPolicy
Gets or sets a value that indicates that the importer requires a specific CreationPolicy for the exports used to satisfy this import.
(Inherited from ImportAttribute.)
Public propertySliceMode
Slice mode of the pin.
(Inherited from IOAttribute.)
Public propertyStepSize
Step size when dragging the value of this pin in the gui.
(Inherited from IOAttribute.)
Public propertyStringType
Set a special string type for this string pin.
(Inherited from IOAttribute.)
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyVisibility
The visibility of the pin in the patch and inspektor.
(Inherited from IOAttribute.)

See Also