Enum Class EShapeSubType

java.lang.Object
java.lang.Enum<EShapeSubType>
com.github.stephengold.joltjni.enumerate.EShapeSubType
All Implemented Interfaces:
Serializable, Comparable<EShapeSubType>, Constable

public enum EShapeSubType extends Enum<EShapeSubType>
Enumerate types of Shape.
  • Enum Constant Details

    • Sphere

      public static final EShapeSubType Sphere
      SphereShape
    • Box

      public static final EShapeSubType Box
      BoxShape
    • Triangle

      public static final EShapeSubType Triangle
      TriangleShape
    • Capsule

      public static final EShapeSubType Capsule
      CapsuleShape
    • TaperedCapsule

      public static final EShapeSubType TaperedCapsule
      TaperedCapsuleShape
    • Cylinder

      public static final EShapeSubType Cylinder
      CylinderShape
    • ConvexHull

      public static final EShapeSubType ConvexHull
      ConvexHullShape
    • StaticCompound

      public static final EShapeSubType StaticCompound
      StaticCompundShape
    • MutableCompound

      public static final EShapeSubType MutableCompound
      MutableCompundShape
    • RotatedTranslated

      public static final EShapeSubType RotatedTranslated
      RotatedTranslatedShape
    • Scaled

      public static final EShapeSubType Scaled
      ScaledShape
    • OffsetCenterOfMass

      public static final EShapeSubType OffsetCenterOfMass
      OffsetCenterOfMassShape
    • Mesh

      public static final EShapeSubType Mesh
      MeshShape
    • HeightField

      public static final EShapeSubType HeightField
      HeightFieldShape
    • SoftBody

      public static final EShapeSubType SoftBody
      SoftBodyShape
    • User1

      public static final EShapeSubType User1
      user-defined shape #1
    • User2

      public static final EShapeSubType User2
      user-defined shape #2
    • User3

      public static final EShapeSubType User3
      user-defined shape #3
    • User4

      public static final EShapeSubType User4
      user-defined shape #4
    • User5

      public static final EShapeSubType User5
      user-defined shape #5
    • User6

      public static final EShapeSubType User6
      user-defined shape #6
    • User7

      public static final EShapeSubType User7
      user-defined shape #7
    • User8

      public static final EShapeSubType User8
      user-defined shape #8
    • UserConvex1

      public static final EShapeSubType UserConvex1
      user-defined convex shape #1
    • UserConvex2

      public static final EShapeSubType UserConvex2
      user-defined convex shape #2
    • UserConvex3

      public static final EShapeSubType UserConvex3
      user-defined convex shape #3
    • UserConvex4

      public static final EShapeSubType UserConvex4
      user-defined convex shape #4
    • UserConvex5

      public static final EShapeSubType UserConvex5
      user-defined convex shape #5
    • UserConvex6

      public static final EShapeSubType UserConvex6
      user-defined convex shape #6
    • UserConvex7

      public static final EShapeSubType UserConvex7
      user-defined convex shape #7
    • UserConvex8

      public static final EShapeSubType UserConvex8
      user-defined convex shape #8
    • Plane

      public static final EShapeSubType Plane
      PlaneShape
    • TaperedCylinder

      public static final EShapeSubType TaperedCylinder
      TaperedCylinderShape
    • Empty

      public static final EShapeSubType Empty
      EmptyShape
  • Method Details

    • values

      public static EShapeSubType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EShapeSubType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null