java.lang.Object
physx.extensions.BoxSupport.Raw
- Enclosing class:
- BoxSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longBoxSupport(long halfExtents) static longBoxSupport(long halfExtents, float margin) static voidBoxSupport_placed(long address, long halfExtents) static voidBoxSupport_placed(long address, long halfExtents, float margin) static voiddestroy(long address) static longgetHalfExtents(long address) static floatgetMargin(long address) static voidsetHalfExtents(long address, long value) static voidsetMargin(long address, float value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
BoxSupport_placed
public static void BoxSupport_placed(long address, long halfExtents) -
BoxSupport_placed
public static void BoxSupport_placed(long address, long halfExtents, float margin) -
BoxSupport
public static long BoxSupport(long halfExtents) -
BoxSupport
public static long BoxSupport(long halfExtents, float margin) -
destroy
public static void destroy(long address) -
getHalfExtents
public static long getHalfExtents(long address) -
setHalfExtents
public static void setHalfExtents(long address, long value) -
getMargin
public static float getMargin(long address) -
setMargin
public static void setMargin(long address, float value)
-