Scene.OutputPath
A path to a component's output property
Extends: Scene.PathBase
Properties
id
id: (readonly) string
The id of this path. Set to a random string, or the id provided when creating the path
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 |