java.lang.Object
physx.character.PxBoxController.Raw
- Enclosing class:
- PxBoxController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic floatgetHalfForwardExtent(long address) static floatgetHalfHeight(long address) static floatgetHalfSideExtent(long address) static booleansetHalfForwardExtent(long address, float halfForwardExtent) static booleansetHalfHeight(long address, float halfHeight) static booleansetHalfSideExtent(long address, float halfSideExtent)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
getHalfHeight
public static float getHalfHeight(long address) -
getHalfSideExtent
public static float getHalfSideExtent(long address) -
getHalfForwardExtent
public static float getHalfForwardExtent(long address) -
setHalfHeight
public static boolean setHalfHeight(long address, float halfHeight) -
setHalfSideExtent
public static boolean setHalfSideExtent(long address, float halfSideExtent) -
setHalfForwardExtent
public static boolean setHalfForwardExtent(long address, float halfForwardExtent)
-