LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

AndroidBlitType

enumeration

Description

Describes the method for how content is displayed on the screen.

Options are: Draw directly to the screen, render offscreen and blit to the backbuffer or automatically choose the most appropriate option.

Properties

AlwaysAlways render offscreen and blit to the backbuffer.
NeverNever render offscreen and blit to the backbuffer. Note: Does not work with linear colorspace, MSAA or non-native resolutions.
AutoAutomatically determine the most appropriate method for drawing to the screen.