The following members of class SceneView are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.
Public Functions
(obsolete) int | sceneHeight() const |
(obsolete) int | sceneWidth() const |
Member Function Documentation
int SceneView::sceneHeight () const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Gets the height of the SceneView in physical pixels.
This function is deprecated in 100.2.1. Use heightInPixels instead.
int SceneView::sceneWidth () const
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Gets the width of the SceneView in physical pixels.
This function is deprecated in 100.2.1. Use widthInPixels instead.