Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


vulkanEnablePreTransform

Applies the display rotation during rendering.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static bool vulkanEnablePreTransform { get; set; }

Remarks

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.