UI 자동화를 위해 바인딩 기능 구현
- 유니티 에셋 인증 오류로 meta 재생성
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "GamepadMouseCursorUIActions",
|
||||
"maps": [
|
||||
{
|
||||
"name": "UI",
|
||||
"id": "038d8f59-db9c-4389-83cd-7d41373518d5",
|
||||
"actions": [
|
||||
{
|
||||
"name": "Point",
|
||||
"type": "PassThrough",
|
||||
"id": "81d2dc29-f5a6-47c1-a543-ad954fda9fa6",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
},
|
||||
{
|
||||
"name": "Click",
|
||||
"type": "PassThrough",
|
||||
"id": "e5db52ef-8fc1-40c9-9799-57f91a7d7ade",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
},
|
||||
{
|
||||
"name": "Scroll",
|
||||
"type": "PassThrough",
|
||||
"id": "48228e6f-8fda-4ba2-b461-fdae78c58090",
|
||||
"expectedControlType": "Vector2",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
{
|
||||
"name": "",
|
||||
"id": "39af39e2-c75c-421e-84bf-1e4ff9793ab4",
|
||||
"path": "<VirtualMouse>/position",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Point",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "f9d5a98e-68a3-44c8-a096-a1a30237ca81",
|
||||
"path": "<VirtualMouse>/leftButton",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Click",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "7ffd960c-11ef-4fc0-b91b-4cbd02eba1b8",
|
||||
"path": "<VirtualMouse>/scroll",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "Scroll",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"controlSchemes": []
|
||||
}
|
||||
Reference in New Issue
Block a user