Click or drag to resize

Input Properties

The WidgetInput type exposes the following members.

Properties
  NameDescription
Public propertyAllowMany
If true, then more than one output may connect to this input.
Public propertyConnections
The array of outputs connected to this input.
Public propertyDataReceiver
The delegate to the receiver function, this is set when Start() is called on this input.
Public propertyDataType
The type of data this input accepts.
Public propertyDataTypeName
The name of the data type.
Public propertyFullInputName
The fully qualified name of this input.
Public propertyInputName
The name of this input.
Public propertyOnOutputAdded
Gets or sets the on output added callback
Public propertyOnOutputRemoved
Gets or sets the on output removed callback
Public propertyOwner
A reference to the widget that contains this input, this is initialized when the Widget starts.
Public propertyOwnerName
The name of the owning widget.
Public propertyReceiverFunction
The name of the receiver function.
Top
See Also