UnitySwiftKotlin←API Reference Return to API Reference index←packageNSDK NSDK←classNSDKDepthSession NSDKDepthSession Method latestDepth latestDepthRetrieves the latest depth result from the depth session.... Declaration func latestDepth() -> NSDKAsyncState<DepthResult, AwarenessError> Summary Retrieves the latest depth result from the depth session. - Returns: An NSDKAsyncState containing either the latest DepthResult, or an AwarenessError.
Retrieves the latest depth result from the depth session.
- Returns: An
NSDKAsyncStatecontaining either the latestDepthResult,or an
AwarenessError.