java.lang.Object
physx.extensions.CapsuleSupport.Raw
- Enclosing class:
- CapsuleSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longCapsuleSupport(float radius, float halfHeight) static voidCapsuleSupport_placed(long address, float radius, float halfHeight) static voiddestroy(long address) static floatgetHalfHeight(long address) static floatgetRadius(long address) static voidsetHalfHeight(long address, float value) static voidsetRadius(long address, float value)
-
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)
-