1 line
15 KiB
JSON
1 line
15 KiB
JSON
{"nodes": [{"id": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_interactionlayer_interactors_snapsystem_cs", "label": "SnapSystem.cs", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L1"}, {"id": "interactors_snapsystem_snapsystem", "label": "SnapSystem", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L16"}, {"id": "monobehaviour", "label": "MonoBehaviour", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "interactors_snapsystem_snapsystem_getinstance", "label": ".getInstance()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L19"}, {"id": "float", "label": "float", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L21"}, {"id": "list", "label": "List", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L23"}, {"id": "hashset", "label": "HashSet", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L24"}, {"id": "socketpoint", "label": "SocketPoint", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L25"}, {"id": "interactors_snapsystem_snapsystem_awake", "label": ".Awake()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L27"}, {"id": "interactors_snapsystem_snapsystem_updatesockets", "label": ".UpdateSockets()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L47"}, {"id": "interactors_snapsystem_snapsystem_clearhighlights", "label": ".ClearHighlights()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L91"}, {"id": "interactors_snapsystem_snapsystem_clear", "label": ".Clear()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L99"}, {"id": "interactors_snapsystem_snapsystem_getnearbysockets", "label": ".GetNearbySockets()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L107"}, {"id": "interactors_snapsystem_snapsystem_getclosestsocket", "label": ".GetClosestSocket()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L108"}, {"id": "interactors_snapsystem_snapsystem_findclosest", "label": ".FindClosest()", "file_type": "code", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L114"}], "edges": [{"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_interactionlayer_interactors_snapsystem_cs", "target": "generic", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L1", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_interactionlayer_interactors_snapsystem_cs", "target": "unityengine", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L2", "weight": 1.0}, {"source": "e_unity_new_projects_juego_simulator_assets_project_scripts_code_interactionlayer_interactors_snapsystem_cs", "target": "interactors_snapsystem_snapsystem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L16", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "monobehaviour", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L16", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L18", "weight": 1.0, "context": "field"}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_getinstance", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L19", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "float", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L21", "weight": 1.0, "context": "field"}, {"source": "interactors_snapsystem_snapsystem", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L23", "weight": 1.0, "context": "field"}, {"source": "interactors_snapsystem_snapsystem", "target": "hashset", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L24", "weight": 1.0, "context": "field"}, {"source": "interactors_snapsystem_snapsystem", "target": "socketpoint", "relation": "references", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L25", "weight": 1.0, "context": "field"}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_awake", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L27", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_updatesockets", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L47", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_clearhighlights", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L91", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_clear", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L99", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_getnearbysockets", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L107", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_getclosestsocket", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L108", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem", "target": "interactors_snapsystem_snapsystem_findclosest", "relation": "method", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L114", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem_updatesockets", "target": "interactors_snapsystem_snapsystem_clearhighlights", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L49", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem_updatesockets", "target": "interactors_snapsystem_snapsystem_clear", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L50", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem_updatesockets", "target": "interactors_snapsystem_snapsystem_findclosest", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L84", "weight": 1.0}, {"source": "interactors_snapsystem_snapsystem_clear", "target": "interactors_snapsystem_snapsystem_clearhighlights", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L101", "weight": 1.0}], "raw_calls": [{"caller_nid": "interactors_snapsystem_snapsystem_awake", "callee": "Destroy", "is_member_call": false, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L30"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "OverlapSphere", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L55"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Contains", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L66"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Add", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L67"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "GetComponentsInChildren<SocketPoint>", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L71"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "IsOccupied", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L73"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Add", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L75"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Highlight", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L76"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Log", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L78"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Highlight", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L85"}, {"caller_nid": "interactors_snapsystem_snapsystem_updatesockets", "callee": "Log", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L86"}, {"caller_nid": "interactors_snapsystem_snapsystem_clearhighlights", "callee": "Highlight", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L95"}, {"caller_nid": "interactors_snapsystem_snapsystem_findclosest", "callee": "Distance", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L121"}, {"caller_nid": "interactors_snapsystem_snapsystem_findclosest", "callee": "GetTransform", "is_member_call": true, "source_file": "E:\\Unity New Projects\\Juego Simulator\\Assets\\_Project\\Scripts\\Code\\InteractionLayer\\Interactors\\SnapSystem.cs", "source_location": "L121"}]} |