1 line
8.1 KiB
JSON
1 line
8.1 KiB
JSON
{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "label": "ToggleBehavior.cs", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L1"}, {"id": "actionbehaviours_togglebehavior_togglebehaviour", "label": "ToggleBehaviour", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L6"}, {"id": "monobehaviour", "label": "MonoBehaviour", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "ibehaviour", "label": "IBehaviour", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "toggle", "label": "Toggle", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L8"}, {"id": "bool", "label": "bool", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L9"}, {"id": "actionbehaviours_togglebehavior_togglebehaviour_start", "label": ".Start()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L11"}, {"id": "actionbehaviours_togglebehavior_togglebehaviour_init", "label": ".init()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L16"}, {"id": "actionbehaviours_togglebehavior_togglebehaviour_activate", "label": ".Activate()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L26"}, {"id": "actionbehaviours_togglebehavior_togglebehaviour_deactivate", "label": ".Deactivate()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L28"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "target": "collections", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L1", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "target": "generic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L2", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "target": "unityengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L3", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "target": "ui", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L4", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_actionbehaviours_togglebehavior_cs", "target": "actionbehaviours_togglebehavior_togglebehaviour", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L6", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "monobehaviour", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L6", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "ibehaviour", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L6", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "toggle", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L8", "weight": 1.0, "context": "field"}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "bool", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L9", "weight": 1.0, "context": "field"}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "actionbehaviours_togglebehavior_togglebehaviour_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L11", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "actionbehaviours_togglebehavior_togglebehaviour_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L16", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "actionbehaviours_togglebehavior_togglebehaviour_activate", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L26", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour", "target": "actionbehaviours_togglebehavior_togglebehaviour_deactivate", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L28", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour_start", "target": "actionbehaviours_togglebehavior_togglebehaviour_init", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L13", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour_init", "target": "actionbehaviours_togglebehavior_togglebehaviour_deactivate", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L19", "weight": 1.0}, {"source": "actionbehaviours_togglebehavior_togglebehaviour_init", "target": "actionbehaviours_togglebehavior_togglebehaviour_activate", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L21", "weight": 1.0}], "raw_calls": [{"caller_nid": "actionbehaviours_togglebehavior_togglebehaviour_start", "callee": "AddListener", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\ActionBehaviours\\ToggleBehavior.cs", "source_location": "L13"}]} |