Class CapsuleSupport.Raw

java.lang.Object
physx.extensions.CapsuleSupport.Raw
Enclosing class:
CapsuleSupport

public static class CapsuleSupport.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • CapsuleSupport_placed

      public static void CapsuleSupport_placed(long address, float radius, float halfHeight)
    • CapsuleSupport

      public static long CapsuleSupport(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)