Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection Class Reference

The connection between widgets. More...

Public Member Functions

bool ResolveTargetInput ()
 Resolve the target input. More...
 
void Start (Output owner)
 Start ouput. More...
 

Properties

GameObject TargetObject [get, set]
 This returns a reference to the target object. More...
 
string TargetConnection [get, set]
 The name of the target connection on the target object. More...
 
Input TargetInput [get, set]
 This returns a reference to the target input object. More...
 

Detailed Description

The connection between widgets.

Member Function Documentation

bool IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection.ResolveTargetInput ( )
inline

Resolve the target input.

Returns
void IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection.Start ( Output  owner)
inline

Start ouput.

Parameters
owner

Property Documentation

string IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection.TargetConnection
getset

The name of the target connection on the target object.

Input IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection.TargetInput
getset

This returns a reference to the target input object.

GameObject IBM.Watson.DeveloperCloud.Widgets.Widget.Output.Connection.TargetObject
getset

This returns a reference to the target object.


The documentation for this class was generated from the following file: