Specifies scaling adjustment type for pixel offset and screen scaling transformations.
More...
Specifies scaling adjustment type for pixel offset and screen scaling transformations.
◆ INVERSED_SCREEN_SCALING
final int INVERSED_SCREEN_SCALING = 4 |
|
static |
Uses inversed screen scaling.
◆ INVERSED_WORLD_SCALING
final int INVERSED_WORLD_SCALING = 3 |
|
static |
Uses inversed world scaling.
◆ SCREEN_SCALING
final int SCREEN_SCALING = 1 |
|
static |
Adjusts by a screen scale factor to use screen coordinates.
◆ WORLD_SCALING
final int WORLD_SCALING = 0 |
|
static |
Does not apply any adjustments.