Esempio n. 1
0
        public float NeededVoltage = 2f;//TODO

        private void constructor()
        {
            Logics          = new Logics.LEDLogics();
            Graphics        = new Graphics.LEDGraphics();
            Graphics.parent = this;
            Logics.parent   = this;

            Graphics.Size = new Vector2(48, 32);
            ToolTip       = new GUI.LEDProperties();
        }
Esempio n. 2
0
        private void constructor()
        {
            Logics = new Logics.LEDLogics();
            Graphics = new Graphics.LEDGraphics();
            Graphics.parent = this;
            Logics.parent = this;

            Graphics.Size = new Vector2(48, 32);
            ToolTip = new GUI.LEDProperties();
        }