Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.
Type parameters
-
T
Hierarchy
-
Scene.PathBase
- InputPath
Index
Properties
Readonly id
The id of this path. Set to a random string, or the id provided when creating the path
Readonly object
The object this path is associated with
Methods
bind
-
Bind this path to an OutputPath. As the value of the bound output path changes, the value returned by get will also change
Parameters
-
outputPath: Scene.OutputPath
Returns void
-
get
-
Get the value of the property associated with this path
Returns T
set
-
Set the value of the property associated with this path
Parameters
-
newVal: T
Returns void
-
A path to a component's input property