-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathUnity.InputSystem.Tests.asmdef
More file actions
87 lines (87 loc) · 2.54 KB
/
Copy pathUnity.InputSystem.Tests.asmdef
File metadata and controls
87 lines (87 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "Unity.InputSystem.Tests",
"rootNamespace": "",
"references": [
"Unity.InputSystem",
"Unity.InputSystem.TestFramework",
"Unity.ugui",
"Unity.PackageManagerDocTools.Editor",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.PerformanceTesting",
"Unity.Coding.Editor",
"Unity.InputSystem.ForUI",
"Unity.InputSystem.ForUI.Editor"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"Mono.Cecil.dll",
"nunit.framework.dll",
"HtmlAgilityPack.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.package-manager-doctools",
"expression": "1.0",
"define": "HAVE_DOCTOOLS_INSTALLED"
},
{
"name": "Unity",
"expression": "2022.1",
"define": "TEMP_DISABLE_STANDALONE_OSX_XINPUT_TEST"
},
{
"name": "Unity",
"expression": "6000.0.9",
"define": "UNITY_INPUT_SYSTEM_PLATFORM_SCROLL_DELTA"
},
{
"name": "Unity",
"expression": "6000.0.11",
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_SCROLL_DELTA"
},
{
"name": "Unity",
"expression": "6000.1.0b9",
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
},
{
"name": "Unity",
"expression": "6000.2.0a4",
"define": "UNITY_INPUT_SYSTEM_INPUT_MODULE_NAVIGATION_DEVICE_TYPE"
},
{
"name": "Unity",
"expression": "[2022.3.69,2023.0.0]",
"define": "UNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT"
},
{
"name": "Unity",
"expression": "6000.0.15",
"define": "UNITY_INPUT_SYSTEM_SENDPOINTERHOVERTOPARENT"
},
{
"name": "Unity",
"expression": "6000.3.0a6",
"define": "UNITY_INPUT_SYSTEM_PLATFORM_POLLING_FREQUENCY"
},
{
"name": "Unity",
"expression": "6000.4.0a4",
"define": "UNITY_INPUTSYSTEM_SUPPORTS_MOUSE_SCRIPT_EVENTS"
},
{
"name": "Unity",
"expression": "6000.5.0a8",
"define": "UNITY_INPUTSYSTEM_SUPPORTS_FOCUS_EVENTS"
}
],
"noEngineReferences": false
}