Skip to main content
API Reference NianticSpatial.NSDK.AR.Common

NsdkARUpdateOrder

The update order for MonoBehaviours in NSDK.

Declaration

public static class NsdkARUpdateOrder

Fields

NameTypeSummary
static DeviceMappingManagerint
The ARDeviceMappingManager's update order.
Should come after the ARSession.
static OcclusionManagerint
The AROcclusionManager's update order.
static ScanningManagerint
The ARScanningManager's update order.
Should come after the ARSession.
static SceneSegmentationManagerint
The ARSceneSegmentationManager's update order.
Should come after the AROcclusionManager to ensure that the model choice is made by the
occlusion manager before semantic segmentation starts.
static Sessionint
The ARSession's update order. Should come first.
static Vps2Anchorint
The ARVps2Anchor's update order.
Should come after Vps2Manager.
static Vps2Managerint
The ARVps2Manager's update order.
Should come after the ARSession.