java.lang.Object
physx.character.PxObstacle.Raw
- Enclosing class:
- PxObstacle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddestroy(long address) static longgetMPos(long address) static longgetMRot(long address) static longgetMUserData(long address) static intgetType(long address) static voidsetMPos(long address, long value) static voidsetMRot(long address, long value) static voidsetMUserData(long address, long value)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
getMUserData
public static long getMUserData(long address) -
setMUserData
public static void setMUserData(long address, long value) -
getMPos
public static long getMPos(long address) -
setMPos
public static void setMPos(long address, long value) -
getMRot
public static long getMRot(long address) -
setMRot
public static void setMRot(long address, long value) -
getType
public static int getType(long address)
-