1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_inputsystem_1_7_0_documentation_hid_md", "label": "HID.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L1"}, {"id": "documentation_hid_hid_support", "label": "HID Support", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L4"}, {"id": "documentation_hid_auto_generated_layouts", "label": "Auto-generated layouts", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L19"}, {"id": "documentation_hid_hid_output", "label": "HID output", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L29"}, {"id": "documentation_hid_creating_a_custom_device_layout", "label": "Creating a custom device layout", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L33"}, {"id": "documentation_hid_custom_device_workflow_example_1_use_an_existing_c_inputdevice", "label": "Custom Device Workflow Example 1 - Use an existing C# InputDevice", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L45"}, {"id": "documentation_hid_codeblock_1", "label": "code:block1 ({)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L49"}, {"id": "documentation_hid_codeblock_2", "label": "code:C# (InputSystem.RegisterControlLayout(myDeviceJson);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L80"}, {"id": "documentation_hid_custom_device_workflow_example_2_create_your_own_inputdevice_class", "label": "Custom Device Workflow Example 2 - Create your own InputDevice class", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L85"}, {"id": "documentation_hid_codeblock_3", "label": "code:C# (public struct MyDeviceState : IInputStateTypeInfo)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L89"}, {"id": "documentation_hid_codeblock_4", "label": "code:C# (InputSystem.RegisterControlLayout(\"MyDevice\", typeof(MyDevic)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L121"}, {"id": "documentation_hid_custom_device_workflow_example_3_ps4_dualshock_controller", "label": "Custom Device Workflow Example 3 - PS4 DualShock Controller", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L126"}, {"id": "documentation_hid_step_1_the_state_struct", "label": "Step 1: The state struct", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L136"}, {"id": "documentation_hid_codeblock_5", "label": "code:C++ (struct PS4InputReport)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L142"}, {"id": "documentation_hid_codeblock_6", "label": "code:CSharp (// We receive data as raw HID input reports. This struct)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L173"}, {"id": "documentation_hid_step_2_the_inputdevice", "label": "Step 2: The InputDevice", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L258"}, {"id": "documentation_hid_codeblock_7", "label": "code:CSharp (// Using InputControlLayoutAttribute, we tell the system abo)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L264"}, {"id": "documentation_hid_step_3_registering_the_device", "label": "Step 3: Registering the Device", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L275"}, {"id": "documentation_hid_codeblock_8", "label": "code:CSharp ([InputControlLayout(stateType = typeof(DualShock4HIDInputRep)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L283"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_inputsystem_1_7_0_documentation_hid_md", "target": "documentation_hid_hid_support", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L4", "weight": 1.0}, {"source": "documentation_hid_hid_support", "target": "documentation_hid_auto_generated_layouts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L19", "weight": 1.0}, {"source": "documentation_hid_hid_support", "target": "documentation_hid_hid_output", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L29", "weight": 1.0}, {"source": "documentation_hid_hid_support", "target": "documentation_hid_creating_a_custom_device_layout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L33", "weight": 1.0}, {"source": "documentation_hid_creating_a_custom_device_layout", "target": "documentation_hid_custom_device_workflow_example_1_use_an_existing_c_inputdevice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L45", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_1_use_an_existing_c_inputdevice", "target": "documentation_hid_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L49", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_1_use_an_existing_c_inputdevice", "target": "documentation_hid_codeblock_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L80", "weight": 1.0}, {"source": "documentation_hid_creating_a_custom_device_layout", "target": "documentation_hid_custom_device_workflow_example_2_create_your_own_inputdevice_class", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L85", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_2_create_your_own_inputdevice_class", "target": "documentation_hid_codeblock_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L89", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_2_create_your_own_inputdevice_class", "target": "documentation_hid_codeblock_4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L121", "weight": 1.0}, {"source": "documentation_hid_creating_a_custom_device_layout", "target": "documentation_hid_custom_device_workflow_example_3_ps4_dualshock_controller", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L126", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_3_ps4_dualshock_controller", "target": "documentation_hid_step_1_the_state_struct", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L136", "weight": 1.0}, {"source": "documentation_hid_step_1_the_state_struct", "target": "documentation_hid_codeblock_5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L142", "weight": 1.0}, {"source": "documentation_hid_step_1_the_state_struct", "target": "documentation_hid_codeblock_6", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L173", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_3_ps4_dualshock_controller", "target": "documentation_hid_step_2_the_inputdevice", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L258", "weight": 1.0}, {"source": "documentation_hid_step_2_the_inputdevice", "target": "documentation_hid_codeblock_7", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L264", "weight": 1.0}, {"source": "documentation_hid_custom_device_workflow_example_3_ps4_dualshock_controller", "target": "documentation_hid_step_3_registering_the_device", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L275", "weight": 1.0}, {"source": "documentation_hid_step_3_registering_the_device", "target": "documentation_hid_codeblock_8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.inputsystem@1.7.0\\Documentation~\\HID.md", "source_location": "L283", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} |