MeshSettings.TrySetMeshComputeSettings(MeshComputeSettings) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.