Ejemplo n.º 1
0
        public void Test_CreateBulletObject()
        {
            var box = new BoxShape (1, 1, 1);

            Assert.IsNotNull (box.CreateGhostObject ());
            Assert.IsNotNull (box.CreateRigidBody (1));
            Assert.IsNotNull (box.CreateBulletShape());
        }