Skip to main content

Overridden Aspect Ratio

You can dynamically override the aspect ratio defined in PlayerConfiguration during runtime.

Implementation Example

// Sets the player aspect ratio to 1:1
betterPlayerController.setOverriddenAspectRatio(1.0);