Files
JuegoSim/graphify-out/cache/ast/0b07503894a2a4d1d5774d41759976c261f71d87051e3d73ed28710d33d8f454.json
2026-07-21 08:56:10 +03:00

1 line
19 KiB
JSON

{"nodes": [{"id": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "label": "rthandle-system-using.md", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L1"}, {"id": "documentation_rthandle_system_using_using_the_rthandle_system", "label": "Using the RTHandle system", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L1"}, {"id": "documentation_rthandle_system_using_initializing_the_rthandle_system", "label": "Initializing the RTHandle System", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L5"}, {"id": "documentation_rthandle_system_using_codeblock_1", "label": "code:c# (RTHandleSystem m_RTHandleSystem = new RTHandleSystem();)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L9"}, {"id": "documentation_rthandle_system_using_codeblock_2", "label": "code:c# (RTHandles.Initialize(Screen.width, Screen.height);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L19"}, {"id": "documentation_rthandle_system_using_updating_the_rthandle_system", "label": "Updating the RTHandle System", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L25"}, {"id": "documentation_rthandle_system_using_codeblock_3", "label": "code:c# (RTHandles.SetReferenceSize(width, height);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L29"}, {"id": "documentation_rthandle_system_using_allocating_and_releasing_rthandles", "label": "Allocating and releasing RTHandles", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L38"}, {"id": "documentation_rthandle_system_using_codeblock_4", "label": "code:c# (// Simple Scale)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L52"}, {"id": "documentation_rthandle_system_using_codeblock_5", "label": "code:c# (myRTHandle.Release();)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L70"}, {"id": "documentation_rthandle_system_using_using_rthandles", "label": "Using RTHandles", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L74"}, {"id": "documentation_rthandle_system_using_codeblock_6", "label": "code:c# (public static void SetRenderTarget(CommandBuffer cmd, RTHand)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L80"}, {"id": "documentation_rthandle_system_using_using_rthandles_in_shaders", "label": "Using RTHandles in shaders", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L89"}, {"id": "documentation_rthandle_system_using_codeblock_7", "label": "code:c# (RTHandleProperties rtHandleProperties = RTHandles.rtHandlePr)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L93"}, {"id": "documentation_rthandle_system_using_codeblock_8", "label": "code:c# (public struct RTHandleProperties)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L99"}, {"id": "documentation_rthandle_system_using_codeblock_9", "label": "code:c# (float2 scaledUVs = fullScreenUVs * rtHandleScale.xy;)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L118"}, {"id": "documentation_rthandle_system_using_custom_srp_specific_information", "label": "Custom SRP specific information", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L126"}, {"id": "documentation_rthandle_system_using_camera_specific_rthandles", "label": "Camera specific RTHandles", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L130"}, {"id": "documentation_rthandle_system_using_codeblock_10", "label": "code:c# (BufferedRTHandleSystem m_HistoryRTSystem = new BufferedRTHa)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L138"}, {"id": "documentation_rthandle_system_using_codeblock_11", "label": "code:c# (public void AllocBuffer(int bufferId, Func<RTHandleSystem, i)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L144"}, {"id": "documentation_rthandle_system_using_codeblock_12", "label": "code:c# (public RTHandle GetFrameRT(int bufferId, int frameIndex);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L152"}, {"id": "documentation_rthandle_system_using_codeblock_13", "label": "code:c# (public void ReleaseBuffer(int bufferId);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L160"}, {"id": "documentation_rthandle_system_using_codeblock_14", "label": "code:c# (public void SwapAndSetReferenceSize(int width, int height);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L166"}, {"id": "documentation_rthandle_system_using_dynamic_resolution", "label": "Dynamic Resolution", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L174"}, {"id": "documentation_rthandle_system_using_reset_reference_size", "label": "Reset Reference Size", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L178"}, {"id": "documentation_rthandle_system_using_codeblock_15", "label": "code:c# (RTHandles.ResetReferenceSize(newWidth, newHeight);)", "file_type": "document", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L182"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_using_the_rthandle_system", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L1", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_the_rthandle_system", "target": "documentation_rthandle_system_using_initializing_the_rthandle_system", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L5", "weight": 1.0}, {"source": "documentation_rthandle_system_using_initializing_the_rthandle_system", "target": "documentation_rthandle_system_using_codeblock_1", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L9", "weight": 1.0}, {"source": "documentation_rthandle_system_using_initializing_the_rthandle_system", "target": "documentation_rthandle_system_using_codeblock_2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L19", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_the_rthandle_system", "target": "documentation_rthandle_system_using_updating_the_rthandle_system", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L25", "weight": 1.0}, {"source": "documentation_rthandle_system_using_updating_the_rthandle_system", "target": "documentation_rthandle_system_using_codeblock_3", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L29", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_the_rthandle_system", "target": "documentation_rthandle_system_using_allocating_and_releasing_rthandles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L38", "weight": 1.0}, {"source": "documentation_rthandle_system_using_allocating_and_releasing_rthandles", "target": "documentation_rthandle_system_using_codeblock_4", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L52", "weight": 1.0}, {"source": "documentation_rthandle_system_using_allocating_and_releasing_rthandles", "target": "documentation_rthandle_system_using_codeblock_5", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L70", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_using_rthandles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L74", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_rthandles", "target": "documentation_rthandle_system_using_codeblock_6", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L80", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_using_rthandles_in_shaders", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L89", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_rthandles_in_shaders", "target": "documentation_rthandle_system_using_codeblock_7", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L93", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_rthandles_in_shaders", "target": "documentation_rthandle_system_using_codeblock_8", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L99", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_rthandles_in_shaders", "target": "documentation_rthandle_system_using_codeblock_9", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L118", "weight": 1.0}, {"source": "documentation_rthandle_system_using_using_rthandles_in_shaders", "target": "documentation_rthandle_system_using_custom_srp_specific_information", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L126", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_camera_specific_rthandles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L130", "weight": 1.0}, {"source": "documentation_rthandle_system_using_camera_specific_rthandles", "target": "documentation_rthandle_system_using_codeblock_10", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L138", "weight": 1.0}, {"source": "documentation_rthandle_system_using_camera_specific_rthandles", "target": "documentation_rthandle_system_using_codeblock_11", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L144", "weight": 1.0}, {"source": "documentation_rthandle_system_using_camera_specific_rthandles", "target": "documentation_rthandle_system_using_codeblock_12", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L152", "weight": 1.0}, {"source": "documentation_rthandle_system_using_camera_specific_rthandles", "target": "documentation_rthandle_system_using_codeblock_13", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L160", "weight": 1.0}, {"source": "documentation_rthandle_system_using_camera_specific_rthandles", "target": "documentation_rthandle_system_using_codeblock_14", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L166", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_dynamic_resolution", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L174", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_library_packagecache_com_unity_render_pipelines_core_14_0_8_documentation_rthandle_system_using_md", "target": "documentation_rthandle_system_using_reset_reference_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L178", "weight": 1.0}, {"source": "documentation_rthandle_system_using_reset_reference_size", "target": "documentation_rthandle_system_using_codeblock_15", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Library\\PackageCache\\com.unity.render-pipelines.core@14.0.8\\Documentation~\\rthandle-system-using.md", "source_location": "L182", "weight": 1.0}], "input_tokens": 0, "output_tokens": 0}