Class CubeConstructor

java.lang.Object
fr.phylisiumstudio.bullet.fabric.ShapeConstructor
fr.phylisiumstudio.bullet.fabric.constructors.CubeConstructor
All Implemented Interfaces:
IConstructor<com.bulletphysics.collision.shapes.CollisionShape>

public class CubeConstructor extends ShapeConstructor
Constructor for the cube shape
  • Constructor Details

    • CubeConstructor

      public CubeConstructor()
  • Method Details

    • getName

      public String getName()
    • construct

      public com.bulletphysics.collision.shapes.CollisionShape construct(Object... args)