We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7a007 commit d5d36a0Copy full SHA for d5d36a0
Assets/MRTK/Providers/WindowsMixedReality/Shared/WindowsMixedRealityHandMeshProvider.cs
@@ -107,7 +107,7 @@ private void InitializeUVs(Vector3[] neutralPoseVertices)
107
}
108
109
110
- private static readonly ProfilerMarker UpdateHandMeshPerfMarker = new ProfilerMarker("[MRTK] WindowsMixedRealityArticulatedHandDefinition.UpdateHandMesh");
+ private static readonly ProfilerMarker UpdateHandMeshPerfMarker = new ProfilerMarker($"[MRTK] {nameof(WindowsMixedRealityHandMeshProvider)}.UpdateHandMesh");
111
112
/// <summary>
113
/// Updates the current hand mesh based on the passed in state of the hand.
0 commit comments