Class PxObstacleContext.Raw

java.lang.Object
physx.character.PxObstacleContext.Raw
Enclosing class:
PxObstacleContext

public static class PxObstacleContext.Raw extends Object
  • 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)