java.lang.Object
physx.character.PxCapsuleObstacle.Raw
- Enclosing class:
- PxCapsuleObstacle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetMHalfHeight(long address) static floatgetMRadius(long address) static longstatic voidsetMHalfHeight(long address, float value) static voidsetMRadius(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxCapsuleObstacle
public static long PxCapsuleObstacle() -
destroy
public static void destroy(long address) -
getMHalfHeight
public static float getMHalfHeight(long address) -
setMHalfHeight
public static void setMHalfHeight(long address, float value) -
getMRadius
public static float getMRadius(long address) -
setMRadius
public static void setMRadius(long address, float value)
-