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);
You can dynamically override the aspect ratio defined in PlayerConfiguration during runtime.
// Sets the player aspect ratio to 1:1
betterPlayerController.setOverriddenAspectRatio(1.0);