Class PxObstacle

java.lang.Object
physx.NativeObject
physx.character.PxObstacle
Direct Known Subclasses:
PxBoxObstacle, PxCapsuleObstacle

public class PxObstacle extends NativeObject
Base class for obstacles.
See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxObstacle

      protected PxObstacle()
    • PxObstacle

      protected PxObstacle(long address)
  • Method Details