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 2e22377 commit de1b1efCopy full SHA for de1b1ef
Assets/MixedRealityToolkit/Definitions/Utilities/ArticulatedHandPose.cs
@@ -215,7 +215,7 @@ public static ArticulatedHandPose GetGesturePose(GestureId gesture)
215
return null;
216
}
217
218
- #if UNITY_EDITOR
+#if UNITY_EDITOR
219
/// <summary>
220
/// Load pose data from files.
221
/// </summary>
@@ -247,7 +247,7 @@ public static void ResetGesturePoses()
247
{
248
handPoses.Clear();
249
250
- #endif
+#endif
251
252
/// Utility class to serialize hand pose as a dictionary with full joint names
253
[Serializable]
0 commit comments