Widget Class |
Namespace: IBM.Watson.DeveloperCloud.Widgets
public abstract class Widget : MonoBehaviour
The Widget type exposes the following members.
Name | Description | |
---|---|---|
Inputs |
This returns an array of all inputs on this widget.
| |
Outputs |
This returns an array of all outputs on this widget.
| |
WidgetName |
Returns the name of this widget.
|
Name | Description | |
---|---|---|
ResolveConnections |
Call this function to go ahead and resolve auto-connections to other widgets. Normally,
we would try to auto connect when the Awake() is called, this can be called to resolve
the auto connections ahead of time.
|