public LANWirelessInterface(AnimatGUI.Framework.DataObject doParent)
                : base(doParent)
            {
                m_strName = "LAN Wireless Interface";

                m_doPhysics = new RoboticsGUI.RoboticsPhysicsEngine(this);
                m_doPhysics.SetLibraryVersion("Double", true);
            }
Exemplo n.º 2
0
            public StandardInterface(AnimatGUI.Framework.DataObject doParent)
                : base(doParent)
            {
                m_strName = "Standard Interface";

                m_doPhysics = new RoboticsGUI.RoboticsPhysicsEngine(this);
                m_doPhysics.SetLibraryVersion("Double", true);
            }