Ejemplo n.º 1
0
            public Attribute(string name, ref Dictionary <string, Structure> structure)
            {
                Name = name;
                OutlogModule outlogM = OutlogModule.GetInit();

                outlogM.ConsoleLog(Name, ref structure, "Attribute");
            }
Ejemplo n.º 2
0
            public VertexGraph(string name, ref Dictionary <string, Structure> structure)
            {
                Name        = name;
                m_structure = structure[Name];
                Create();
                OutlogModule outlogM = OutlogModule.GetInit();

                outlogM.ConsoleLog(Name, ref structure, "Vertex");
                outlogM.OutTooltip();
            }
Ejemplo n.º 3
0
 private void Awake()
 {
     Instance = this;
 }