Skip to main content
API Reference NianticSpatial.NSDK.AR.Utilities.Preloading

DepthMode

The NSDK depth model to use.

Declaration

public enum DepthMode : byte

Remarks

This is analogous to Unity's EnvironmentDepthMode.


Fields

NameTypeSummary
static FastDepthMode
Depth will be generated at the fastest resolution.
static MediumDepthMode
Depth will be generated at a medium resolution.
static SmoothDepthMode
Depth will be generated at the best resolution.
static UnspecifiedDepthMode
The default model will be used, if applicable.