Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AndroidNavigation

enumeration

Description

Options to indicate the type of navigation methods used on the device.

Additional resources: AndroidConfiguration.navigation

Properties

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