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 06af488 commit 1b146a4Copy full SHA for 1b146a4
Packages/com.unity.inputsystem/Documentation~/filter.yml
@@ -50,7 +50,7 @@ apiRules:
50
uidRegex: ^Unity\.XR\.WindowsMR\.Input\..*$
51
type: Namespace
52
- exclude:
53
- uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics\..*$
+ uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics(?:\..+)*$
54
55
56
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD$
Packages/com.unity.inputsystem/InputSystem/Plugins/XR/XRSupport.cs
@@ -1,5 +1,3 @@
1
-#if !PACKAGE_DOCS_GENERATION
2
-
3
using System;
4
using System.Collections.Generic;
5
using UnityEngine.InputSystem.Layouts;
@@ -511,4 +509,3 @@ public static void Initialize()
511
509
}
512
510
513
514
-#endif
0 commit comments