NsdkOcclusionExtension
↳ extends CompositeRenderer
This component allows configuration of the additional functionality available in...
Declaration
public partial class NsdkOcclusionExtension : CompositeRendererSummary
This component allows configuration of the additional functionality available in NSDK's implementation of XROcclusionSubsystem.
Properties
| Name | Type | Summary |
|---|---|---|
| readonly BackgroundMaterial | Material | - |
| BypassOcclusionManagerUpdates | bool | - |
| CustomBackgroundMaterial | Material | - |
| CustomMaterial | Material | - |
| readonly DepthTexture | Texture2D | - |
| readonly DepthTransform | Matrix4x4 | - |
| FusedDepthMaterial | Material | - |
| IsOcclusionStabilizationEnabled | bool | - |
| IsOcclusionSuppressionEnabled | bool | - |
| readonly IsRenderingActive | bool | - |
| readonly LatestExtrinsicsMatrix | Nullable<Matrix4x4> | - |
| readonly LatestIntrinsicsMatrix | Nullable<Matrix4x4> | - |
| Mode | OptimalOcclusionDistanceMode | - |
| OcclusionDistanceMode | OptimalOcclusionDistanceMode | - |
| OverrideOcclusionManagerSettings | bool | - |
| PreferSmoothEdges | bool | - |
| StabilizationThreshold | float | - |
| StableDepthMaterial | Material | - |
| readonly SupportsTargetFrameRate | bool | - |
| TargetFrameRate | uint | - |
| UseCustomBackgroundMaterial | bool | - |
| Visualization | bool | - |
Fields
| Name | Type | Summary |
|---|---|---|
| static OcclusionMeshShaderName | string | - |
| static ZBufferOcclusionShaderName | string | - |
Methods
| Name | Type | Summary |
|---|---|---|
| AddSemanticSuppressionChannel | bool | - |
| RemoveSemanticSuppressionChannel | bool | - |
| TrackOccludee | void | - |
| TryGetDepth | bool | - |