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

1 line
11 KiB
JSON

{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "label": "BlockFactory.cs", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L1"}, {"id": "blockslayer_blockfactory_blockfactory", "label": "BlockFactory", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L7"}, {"id": "monobehaviour", "label": "MonoBehaviour", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "environment", "label": "Environment", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L11"}, {"id": "list", "label": "List", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L12"}, {"id": "dictionary", "label": "Dictionary", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L13"}, {"id": "blockslayer_blockfactory_blockfactory_getinstance", "label": ".getInstance()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L14"}, {"id": "blockslayer_blockfactory_blockfactory_awake", "label": ".Awake()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L23"}, {"id": "blockslayer_blockfactory_blockfactory_start", "label": ".Start()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L35"}, {"id": "blockslayer_blockfactory_blockfactory_createblock", "label": ".createblock()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L46"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "collections", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L1", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "generic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L2", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "linq", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L3", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "unityengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L4", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "events", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L5", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_blockslayer_blockfactory_cs", "target": "blockslayer_blockfactory_blockfactory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L7", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory", "target": "monobehaviour", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L7", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory", "target": "blockslayer_blockfactory_blockfactory", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "blockslayer_blockfactory_blockfactory", "target": "environment", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L11", "weight": 1.0, "context": "field"}, {"source": "blockslayer_blockfactory_blockfactory", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L12", "weight": 1.0, "context": "field"}, {"source": "blockslayer_blockfactory_blockfactory", "target": "dictionary", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L13", "weight": 1.0, "context": "field"}, {"source": "blockslayer_blockfactory_blockfactory", "target": "blockslayer_blockfactory_blockfactory_getinstance", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L14", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory", "target": "blockslayer_blockfactory_blockfactory_awake", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L23", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory", "target": "blockslayer_blockfactory_blockfactory_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L35", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory", "target": "blockslayer_blockfactory_blockfactory_createblock", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L46", "weight": 1.0}, {"source": "blockslayer_blockfactory_blockfactory_start", "target": "blockslayer_blockfactory_blockfactory_getinstance", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L37", "weight": 1.0}], "raw_calls": [{"caller_nid": "blockslayer_blockfactory_blockfactory_getinstance", "callee": "AddComponent<BlockFactory>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L19"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_awake", "callee": "Destroy", "is_member_call": false, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L31"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_start", "callee": "ToList", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L38"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_start", "callee": "LoadAll<BlockData>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L38"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_start", "callee": "Add", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L42"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "Log", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L48"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "ContainsKey", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L50"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "Instantiate", "is_member_call": false, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L53"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "NameToLayer", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L56"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "Log", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L57"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "LayerToName", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L57"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "addBlock", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L60"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "GetComponent<Block>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L60"}, {"caller_nid": "blockslayer_blockfactory_blockfactory_createblock", "callee": "LogWarning", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\BlocksLayer\\BlockFactory.cs", "source_location": "L65"}]}