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