Click or drag to resize

WidgetResolveConnections Method

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.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void ResolveConnections()
See Also