Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LaunchMode

Mirrors the LaunchMode enum.
Read time 1 minuteLast updated 10 days ago

Definition

public enum LaunchMode

Remarks

For more information about the attribute, see Android's documentation: LaunchMode attribute

Fields

Value

Description

NullAttribute is not set and will not appear in the element.
SingleInstanceMirrors
android:launchMode="singleInstance"
.
SingleTaskMirrors
android:launchMode="singleTask"
.
SingleTopMirrors
android:launchMode="singleTop"
.
StandardMirrors
android:launchMode="standard"
.