Click or drag to resize

Output Methods

The WidgetOutput type exposes the following members.

Methods
  NameDescription
Public methodAddConnection(WidgetInput)
Add a connection to this output, returns false if the connection can't be made.
Public methodAddConnection(GameObject, String)
Add a connect to a given object and optional target input.
Public methodRemoveConnection
Remove the connection between widgets.
Public methodSendData
Sends a data object to the target of this output.
Public methodStart
Starts this Output.
Top
See Also