Click or drag to resize

NavigationSettingsType Enumeration

Types of Navigation we support in the Immerse SDK

Namespace:  ImmerseSDK.Config
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public enum Type
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