349

Viewing the scene
Setting the view screen scale policy

  • A View's screen scale policy selects how a view's scale factor is chosen:
  • SCALE_EXPLICIT: set it using setScreenScale
  • SCALE_SCREEN_SIZE: derive it from the screen's physical size (default)
  • Method
    void setScreenScalePolicy( int policy )
    void setScreenScale( double scale )