Click or drag to resize

SceneNavigationSettingsNavigationTypes Enumeration

Types of Navigation we support in the Immerse SDK

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public enum NavigationTypes
Members
  Member nameValueDescription
None0 Navigation is disabled
Free1 Free teleport navigation. Note: You will need a Unity NavMesh in the scene for this to work.
See Also