예제 #1
0
파일: LED.cs 프로젝트: XZelnar/MicroWorld
        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();
        }
예제 #2
0
파일: LED.cs 프로젝트: XZelnar/MicroWorld
        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();
        }