PlayerSettings.vulkanEnablePreTransform

Cambiar al Manual
public static bool vulkanEnablePreTransform ;

Descripción

Applies the display rotation during rendering.

When this option is enabled, Unity rotates your content when rendering to the framebuffer. Most Android phones typically use portrait as their native display orientation. If your application needs to display in a different orientation, content rotation occurs in a separate step. The operating system performs the rotation using the GPU or dedicated hardware.

**Note:** this setting is only supported by Android and has no effect on other platforms.