java.lang.Object
physx.extensions.SphereSupport.Raw
- Enclosing class:
- SphereSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static floatgetRadius(long address) static voidsetRadius(long address, float value) static longSphereSupport(float radius) static voidSphereSupport_placed(long address, float radius)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
SphereSupport_placed
public static void SphereSupport_placed(long address, float radius) -
SphereSupport
public static long SphereSupport(float radius) -
destroy
public static void destroy(long address) -
getRadius
public static float getRadius(long address) -
setRadius
public static void setRadius(long address, float value)
-