Class PxCapsuleGeometry.Raw

java.lang.Object
physx.geometry.PxCapsuleGeometry.Raw
Enclosing class:
PxCapsuleGeometry

public static class PxCapsuleGeometry.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • PxCapsuleGeometry_placed

      public static void PxCapsuleGeometry_placed(long address, float radius, float halfHeight)
    • PxCapsuleGeometry

      public static long PxCapsuleGeometry(float radius, float halfHeight)
    • destroy

      public static void destroy(long address)
    • getRadius

      public static float getRadius(long address)
    • setRadius

      public static void setRadius(long address, float value)
    • getHalfHeight

      public static float getHalfHeight(long address)
    • setHalfHeight

      public static void setHalfHeight(long address, float value)