Skip to content

Commit 657edfc

Browse files
committed
revert back to filter yaml
1 parent f7562ef commit 657edfc

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Packages/com.unity.inputsystem/Documentation~/filter.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,24 @@ apiRules:
5252
- exclude:
5353
uidRegex: ^UnityEngine\.InputSystem\.XR\.Haptics(?:\..+)*$
5454
type: Namespace
55+
- exclude:
56+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD$
57+
type: Type
58+
- exclude:
59+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRHMD\..*$
60+
type: Member
61+
- exclude:
62+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRController$
63+
type: Type
64+
- exclude:
65+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRController\..*$
66+
type: Member
67+
- exclude:
68+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRControllerWithRumble$
69+
type: Type
70+
- exclude:
71+
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRControllerWithRumble\..*$
72+
type: Member
5573
- exclude:
5674
uidRegex: ^UnityEngine\.InputSystem\.XR\.XRSupport$
5775
type: Type

Packages/com.unity.inputsystem/InputSystem/Plugins/XR/GenericXRDevice.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#if PACKAGE_DOCS_GENERATION
21
using UnityEngine.InputSystem.Controls;
32
using UnityEngine.InputSystem.XR.Haptics;
43
using UnityEngine.InputSystem.Layouts;
@@ -154,4 +153,3 @@ public void SendImpulse(float amplitude, float duration)
154153
}
155154
}
156155
}
157-
#endif

0 commit comments

Comments
 (0)