java.lang.Object
physx.character.PxBoxControllerDesc.Raw
- Enclosing class:
- PxBoxControllerDesc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetHalfForwardExtent(long address) static floatgetHalfHeight(long address) static floatgetHalfSideExtent(long address) static longstatic voidPxBoxControllerDesc_placed(long address) static voidsetHalfForwardExtent(long address, float value) static voidsetHalfHeight(long address, float value) static voidsetHalfSideExtent(long address, float value) static voidsetToDefault(long address)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
PxBoxControllerDesc_placed
public static void PxBoxControllerDesc_placed(long address) -
PxBoxControllerDesc
public static long PxBoxControllerDesc() -
destroy
public static void destroy(long address) -
getHalfHeight
public static float getHalfHeight(long address) -
setHalfHeight
public static void setHalfHeight(long address, float value) -
getHalfSideExtent
public static float getHalfSideExtent(long address) -
setHalfSideExtent
public static void setHalfSideExtent(long address, float value) -
getHalfForwardExtent
public static float getHalfForwardExtent(long address) -
setHalfForwardExtent
public static void setHalfForwardExtent(long address, float value) -
setToDefault
public static void setToDefault(long address)
-