The view model for 
    
    
    
    
    
        
SceneModePicker.
    | Name | Type | Default | Description | 
|---|---|---|---|
| scene | Scene | The Scene to morph | |
| duration | Number | 2.0 | optional The duration of scene morph animations, in seconds | 
Members
- 
    
    Gets or sets whether the button drop-down is currently visible. This property is observable.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 false
- 
    
    Gets or sets the the duration of scene mode transition animations in seconds. A value of zero causes the scene to instantly change modes.
- 
    morphTo2D : Command
- 
    
    Gets the command to morph to 2D.
- 
    morphTo3D : Command
- 
    
    Gets the command to morph to 3D.
- 
    morphToColumbusView : Command
- 
    
    Gets the command to morph to Columbus View.
- 
    scene : Scene
- 
    
    Gets the scene
- 
    sceneMode : SceneMode
- 
    
    Gets or sets the current SceneMode. This property is observable.
- 
    
    Gets the currently active tooltip. This property is observable.
- 
    toggleDropDown : Command
- 
    
    Gets the command to toggle the drop down box.
- 
    
    Gets or sets the 2D tooltip. This property is observable.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 '2D'
- 
    
    Gets or sets the 3D tooltip. This property is observable.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 '3D'
- 
    
    Gets or sets the Columbus View tooltip. This property is observable.- 
    
    
    
    
    
    
    
    
    
    Default Value:
    
 'Columbus View'
Methods
- 
    
    Destroys the view model.
- 
    
    
    
    
    
    
    
    
    
    
    Returns:true if the object has been destroyed, false otherwise.
