Output Methods |
The WidgetOutput type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddConnection(WidgetInput) |
Add a connection to this output, returns false if the connection can't be made.
|
![]() | AddConnection(GameObject, String) |
Add a connect to a given object and optional target input.
|
![]() | RemoveConnection |
Remove the connection between widgets.
|
![]() | SendData |
Sends a data object to the target of this output.
|
![]() | Start |
Starts this Output.
|