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

XRDeviceMappingSubsystem

↳ extends UnityEngine.SubsystemsImplementation.SubsystemWithProvider

Declaration

public class XRDeviceMappingSubsystem : SubsystemWithProvider<XRDeviceMappingSubsystem, XRDeviceMappingSubsystemDescriptor, Provider>

Constructors

public XRDeviceMappingSubsystem()

Properties

NameTypeSummary
readonly IsMappingbool
Whether mapping is currently in progress.
SplitterMaxDistanceMetersfloat
Node splitter config for max distance travelled before creating a new map node.
SplitterMaxDurationSecondsfloat
Node splitter config for max duration exceeded before creating a new map node.
TargetFrameRateuint
Target framerate to run mappers. A value of 0 indicates maximum framerate.

Methods

NameTypeSummary
StartMappingvoid
Start map generation.
StopMappingvoid
Stop map generation.

Relationships

derived: NsdkDeviceMappingSubsystem