Skip to main content
API Reference NSDK NSDKSession

acquireVps2Session

Returns the shared VPS2 session, creating it on first call....

Declaration

@MainActor func acquireVps2Session() -> NSDKVps2Session

Summary

Returns the shared VPS2 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.
- Important: Must be called from the main thread.