NsdkOcclusionSubsystem
↳ extends UnityEngine.XR.ARSubsystems.XROcclusionSubsystem
This subsystem provides implementing functionality for the XROcclusionSubsystem class.s
Declaration
public sealed class NsdkOcclusionSubsystem : XROcclusionSubsystemProperties
| Name | Type | Summary |
|---|---|---|
| readonly LatestExtrinsicsMatrix | Nullable<Matrix4x4> | |
| readonly LatestIntrinsicsMatrix | Nullable<Matrix4x4> | Returns the intrinsics matrix of the most recent depth prediction. Contains values for the camera's focal length and principal point. Converts between 2D image pixel coordinates and 3D world coordinates relative to the camera. |
| TargetFrameRate | uint | - |
represents the transformation from the camera to the world space for the image
that was used to create the latest depth image.