Constructor
new UserControlledTrack(properties)
Parameters:Name | Type | Description |
---|
properties | Object | PropertiesName | Type | Description |
---|
mesh | Object3D | a visual representation of the object that will be added as a child of this.tracks. |
|
Methods
initControls(dom)
initializes controls specific to this Track.
Parameters:Name | Type | Description |
---|
dom | HTMLElement | the dom on which to attach visual components |
removeControls(dom)
Removes controls specific to this Track.
Parameters:Name | Type | Description |
---|
dom | HTMLElement | the dom on which to visual components are attached |