Skip to main content

Scene.InputPath

A path to a component's input property

Methods

Methods

bind

bind(outputPath: Scene.OutputPath): void

Bind this path to an OutputPath. As the value of the bound output path changes, the value returned by get will also change

ParameterType
outputPathScene.OutputPath
the output path to bind to

get

get(): T

Get the value of the property associated with this path

Returns: T

set

set(newVal: T): void

Set the value of the property associated with this path

ParameterType
newValT
the new value to set