Skip to main content
API Reference NianticSpatial.NSDK.AR.XRSubsystems XRSceneSegmentationSubsystem Provider

TryGetSuppressionMaskTexture

Get a semantic suppression texture descriptor.

Declaration

public virtual bool TryGetSuppressionMaskTexture(out XRTextureDescriptor suppressionMaskDescriptor, out Matrix4x4 samplerMatrix, Nullable<XRCameraParams> cameraParams = null)

Summary

Get a semantic suppression texture descriptor.

Returns

true if the suppression mask texture descriptor is available and is returned. Otherwise,
false.

Throws

  • NotSupportedException — Thrown if the implementation does not support suppression mask texture.

Parameters

NameTypeSummary
suppressionMaskDescriptorXRTextureDescriptor
The resulting semantic suppression mask texture descriptor, if available.
samplerMatrixMatrix4x4
The matrix that transforms from normalized viewport coordinates to normalized texture coordinates.
cameraParamsNullable<XRCameraParams>
Describes the viewport the texture is to be displayed on.