Esempio n. 1
0
        private void constructor()
        {
            Logics          = new Logics.RotatableConnectorLogics();
            Graphics        = new Graphics.RotatableConnectorGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            //Graphics.Size = new Vector2(32, 32);
            //ToolTip = new GUI.LEDToolTip();
        }
Esempio n. 2
0
        private void constructor()
        {
            Logics = new Logics.RotatableConnectorLogics();
            Graphics = new Graphics.RotatableConnectorGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            //Graphics.Size = new Vector2(32, 32);
            //ToolTip = new GUI.LEDToolTip();
        }