We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e446a3 commit 39000eaCopy full SHA for 39000ea
1 file changed
Packages/com.unity.inputsystem/InputSystem/Runtime/InputAnalytics.cs
@@ -10,8 +10,8 @@ internal static class InputAnalytics
10
{
11
public const string kVendorKey = "unity.input";
12
13
- public static Func<bool> IsNewSystemBackendsEnabled { get; set; }
14
- public static Func<bool> IsOldSystemBackendsEnabled { get; set; }
+ internal static Func<bool> IsNewSystemBackendsEnabled { get; set; }
+ internal static Func<bool> IsOldSystemBackendsEnabled { get; set; }
15
16
// Struct similar to AnalyticInfo for simplifying usage.
17
public struct InputAnalyticInfo
0 commit comments