public final class SKSceneScaleMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AspectFill
Scale the SKScene to fill the SKView while preserving the scene's aspect ratio.
|
static long |
AspectFit
Scale the SKScene to fit within the SKView while preserving the scene's aspect ratio.
|
static long |
Fill
Scale the SKScene to fill the entire SKView.
|
static long |
ResizeFill
Modify the SKScene's actual size to exactly match the SKView.
|
public static final long Fill
public static final long AspectFill
public static final long AspectFit
public static final long ResizeFill