new SceneTransitioner
DOC_TBA
Members
-
endMorphOnMouseInput :Boolean
-
DOC_TBA
-
morphDuration2D :Number
-
DOC_TBA
-
morphDuration3D :Number
-
DOC_TBA
-
morphDurationColumbusView :Number
-
DOC_TBA
Methods
-
destroy
-
Once an object is destroyed, it should not be used; calling any function other than
isDestroyedwill result in a DeveloperError exception. Therefore, assign the return value (undefined) to the object as done in the example.Throws:
DeveloperError : This object was destroyed, i.e., destroy() was called.Returns:
Example
transitioner = transitioner && transitioner.destroy();
-
isDestroyed
-
Returns true if this object was destroyed; otherwise, false.
If this object was destroyed, it should not be used; calling any function other thanisDestroyedwill result in a DeveloperError exception.Returns:
Booleantrueif this object was destroyed; otherwise,false. -
morphTo2D
-
DOC_TBA
-
morphTo3D
-
DOC_TBA
-
morphToColumbusView
-
DOC_TBA
-
to2D
-
DOC_TBA
-
to3D
-
DOC_TBA
-
toColumbusView
-
DOC_TBA
