1 line
6.7 KiB
JSON
1 line
6.7 KiB
JSON
{"nodes": [{"id": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_burst_1_8_8_documentation_modding_support_md", "label": "modding-support.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L1"}, {"id": "documentation_modding_support_modding_support", "label": "Modding support", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L1"}, {"id": "documentation_modding_support_supported_uses", "label": "Supported uses", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L9"}, {"id": "documentation_modding_support_example_modding_system", "label": "Example modding system", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L15"}, {"id": "documentation_modding_support_codeblock_1", "label": "code:c# (using UnityEngine;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L22"}, {"id": "documentation_modding_support_modding_manager", "label": "Modding manager", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L34"}, {"id": "documentation_modding_support_codeblock_2", "label": "code:c# (using System;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L38"}, {"id": "documentation_modding_support_a_mod_that_uses_burst", "label": "A mod that uses Burst", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L115"}, {"id": "documentation_modding_support_codeblock_3", "label": "code:c# (using Unity.Burst;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L121"}, {"id": "documentation_modding_support_simple_create_mod_menu_button", "label": "Simple Create Mod Menu button", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L191"}, {"id": "documentation_modding_support_codeblock_4", "label": "code:c# (using UnityEditor;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L195"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_burst_1_8_8_documentation_modding_support_md", "target": "documentation_modding_support_modding_support", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L1", "weight": 1.0}, {"source": "documentation_modding_support_modding_support", "target": "documentation_modding_support_supported_uses", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L9", "weight": 1.0}, {"source": "documentation_modding_support_modding_support", "target": "documentation_modding_support_example_modding_system", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L15", "weight": 1.0}, {"source": "documentation_modding_support_example_modding_system", "target": "documentation_modding_support_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L22", "weight": 1.0}, {"source": "documentation_modding_support_example_modding_system", "target": "documentation_modding_support_modding_manager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L34", "weight": 1.0}, {"source": "documentation_modding_support_modding_manager", "target": "documentation_modding_support_codeblock_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L38", "weight": 1.0}, {"source": "documentation_modding_support_example_modding_system", "target": "documentation_modding_support_a_mod_that_uses_burst", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L115", "weight": 1.0}, {"source": "documentation_modding_support_a_mod_that_uses_burst", "target": "documentation_modding_support_codeblock_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L121", "weight": 1.0}, {"source": "documentation_modding_support_example_modding_system", "target": "documentation_modding_support_simple_create_mod_menu_button", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L191", "weight": 1.0}, {"source": "documentation_modding_support_simple_create_mod_menu_button", "target": "documentation_modding_support_codeblock_4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.burst@1.8.8\\Documentation~\\modding-support.md", "source_location": "L195", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0} |