Version: 2017.2

AndroidBlitType

enumeration

マニュアルに切り替える

説明

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.

変数

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.