File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Packages/com.unity.inputsystem
InputSystem/Plugins/Users Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -87,4 +87,11 @@ apiRules:
87
87
type : Type
88
88
- exclude :
89
89
uidRegex : ^UnityEngine\.InputSystem\.XR\.EyesControl$
90
- type : Type
90
+ type : Type
91
+ - exclude :
92
+ uidRegex : ^UnityEngine\.InputSystem\.Users\.InputUser\.platformAccount.*$
93
+ type : Member
94
+ - exclude :
95
+ uidRegex : ^UnityEngine\.InputSystem\.Users\.InputUser\.FindUserByAccount$
96
+ type : Method
97
+
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public int index
102
102
public uint id => m_Id ;
103
103
104
104
////TODO: bring documentation for these back when user management is implemented on Xbox and PS
105
+ ////For now the docs are filtered out (see Documentation~/filter.yml)
105
106
public InputUserAccountHandle ? platformUserAccountHandle => s_GlobalState . allUserData [ index ] . platformUserAccountHandle ;
106
107
public string platformUserAccountName => s_GlobalState . allUserData [ index ] . platformUserAccountName ;
107
108
public string platformUserAccountId => s_GlobalState . allUserData [ index ] . platformUserAccountId ;
@@ -767,6 +768,8 @@ public static int GetUnpairedInputDevices(ref InputControlList<InputDevice> list
767
768
return s_GlobalState . allUsers [ userIndex ] ;
768
769
}
769
770
771
+
772
+ ////Doc is filtered out (see Documentation~/filter.yml)
770
773
public static InputUser ? FindUserByAccount ( InputUserAccountHandle platformUserAccountHandle )
771
774
{
772
775
if ( platformUserAccountHandle == default ( InputUserAccountHandle ) )
You can’t perform that action at this time.
0 commit comments