Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidNavigation

Options to indicate the type of navigation methods used on the device.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidNavigation

Remarks

Additional Resources: AndroidConfiguration.navigation

Fields

Value

Description

DpadMirrors the Android property value
NAVIGATION_DPAD
.
NoNavMirrors the Android property value
NAVIGATION_NONAV
.
TrackBallMirrors the Android property value
NAVIGATION_TRACKBALL
.
UndefinedMirrors the Android property value
NAVIGATION_UNDEFINED
.
WheelMirrors the Android property value
NAVIGATION_WHEEL
.