Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StartType

Options for the start type of an Android app.
Read time 1 minuteLast updated 9 days ago

Definition

public enum StartType

Remarks

Use this enum with the _startType property.

Fields

Value

Description

ColdMirrors
android:public static final int START_TYPE_COLD
.
HotMirrors
android:public static final int START_TYPE_HOT
.
UnsetMirrors
android:public static final int START_TYPE_UNSET
.
WarmMirrors
android:public static final int START_TYPE_WARM
.