Skip to content

Commit 638e3df

Browse files
committed
DOCATT-8611: Tweaked the filter for InputUser accounts
1 parent 2a4a22f commit 638e3df

File tree

1 file changed

+2
-2
lines changed
  • Packages/com.unity.inputsystem/Documentation~

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ apiRules:
8989
uidRegex: ^UnityEngine\.InputSystem\.XR\.EyesControl$
9090
type: Type
9191
- exclude:
92-
uidRegex: ^UnityEngine\.InputSystem\.Users\.InputUser\.platformAccount.*$
92+
uidRegex: ^UnityEngine\.InputSystem\.Users\.InputUser\.platformUserAccount.*$
9393
type: Member
9494
- exclude:
95-
uidRegex: ^UnityEngine\.InputSystem\.Users\.InputUser\.FindUserByAccount$
95+
uidRegex: ^UnityEngine\.InputSystem\.Users\.InputUser\.FindUserByAccount.*$
9696
type: Method
9797

0 commit comments

Comments
 (0)