Skip to main content
API Reference

Loader


Classes

NameTypeSummary
DevicePlaybackSettingsINsdkPlaybackSettings
-
EditorPlaybackSettingsINsdkPlaybackSettings
-
NativeLoaderHelperNativeLoaderHelper
-
NsdkLoaderHelperNsdkLoaderHelper
-
NsdkSettingsScriptableObject
Build time settings for NSDK AR. These are serialized to an asset file and can only be altered
via the Unity Inspector window.
NsdkSettingsHelperNsdkSettingsHelper
-
NsdkSimulationLoaderXRLoaderHelper, INsdkInternalLoaderSupport
-
NsdkSimulationParamsNsdkSimulationParams
-
NsdkSimulationPersistentAnchorParamsNsdkSimulationPersistentAnchorParams
-
NsdkStandaloneLoaderXRLoaderHelper, INsdkInternalLoaderSupport
-
OverloadPlaybackSettingsINsdkPlaybackSettings
-
RuntimeNsdkSettingsIAuthSettings
-

Interfaces

NameTypeSummary
INsdkExternalLoaderINsdkExternalLoader
[Experimental] An interface to be implemented by packages to provide similar functionality to a Loader.
Classes implementing this interface can be registered through the INsdkLoader interface
so that their Initialize and Deinitialize methods get called at the appropriate times for
creating and destroying subsystems.

This Interface is experimental so may change or be removed from future versions without warning.
INsdkLoaderINsdkLoader
[Experimental] INsdkLoader defines an interface through which external subsystems can be
registered for loading through NSDK, and to all them to access XRLoaderHelper functionality. The external
subsystem loader must implement the INsdkExternalLoader interface.

This Interface is experimental so may change or be removed from future versions without warning.
INsdkPlaybackSettingsINsdkPlaybackSettings
-

ON THIS PAGE