Scene.OutputPath
A path to a component's output property
Methods
bind
bind(inputPath: Scene.InputPath): void
Bind this path to an InputPath. As the value of this output changes, the value returned by the bound InputPath.get will also change
| Parameter | Type |
|---|---|
| inputPath | Scene.InputPath |