java.lang.Object
physx.character.PxObstacleContext.Raw
- Enclosing class:
- PxObstacleContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intaddObstacle(long address, long obstacle) static voiddestroy(long address) static longgetControllerManager(long address) static intgetNbObstacles(long address) static longgetObstacle(long address, int i) static longgetObstacleByHandle(long address, int handle) static voidrelease(long address) static booleanremoveObstacle(long address, int handle) static booleanupdateObstacle(long address, int handle, long obstacle)
-
Constructor Details
-
Raw
public Raw()
-
-
Method Details
-
destroy
public static void destroy(long address) -
release
public static void release(long address) -
getControllerManager
public static long getControllerManager(long address) -
addObstacle
public static int addObstacle(long address, long obstacle) -
removeObstacle
public static boolean removeObstacle(long address, int handle) -
updateObstacle
public static boolean updateObstacle(long address, int handle, long obstacle) -
getNbObstacles
public static int getNbObstacles(long address) -
getObstacle
public static long getObstacle(long address, int i) -
getObstacleByHandle
public static long getObstacleByHandle(long address, int handle)
-