Returns the shared device mapping session, creating it on first call.
Subsequent calls return the same instance. The session is inactive until start() is
called. NSDKSession.update() will call update() on it automatically each frame once
it is started.
The session holds a reference to the shared NSDKMapStorage, which is also
created on first call and reused on subsequent calls.
- Important: Must be called from the main thread.
Returns the shared device mapping session, creating it on first call.
Subsequent calls return the same instance. The session is inactive until
start()iscalled.
NSDKSession.update()will callupdate()on it automatically each frame onceit is started.
The session holds a reference to the shared
NSDKMapStorage, which is alsocreated on first call and reused on subsequent calls.
- Important: Must be called from the main thread.