Share via


MeshSettings.TrySetMeshComputeSettings(MeshComputeSettings) Method

Definition

Change the settings for future meshes given by the XRMeshSubsystem.

public static bool TrySetMeshComputeSettings (Microsoft.MixedReality.OpenXR.MeshComputeSettings settings);
static member TrySetMeshComputeSettings : Microsoft.MixedReality.OpenXR.MeshComputeSettings -> bool
Public Shared Function TrySetMeshComputeSettings (settings As MeshComputeSettings) As Boolean

Parameters

settings
MeshComputeSettings

The mesh compute settings to be set.

Returns

Returns true if the setting is successfully changed to the given value. Returns false otherwise.

Applies to