Package physx.physics

Class PxAggregate.Raw

java.lang.Object
physx.physics.PxAggregate.Raw
Enclosing class:
PxAggregate

public static class PxAggregate.Raw extends Object
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • addActor

      public static boolean addActor(long address, long actor)
    • addActor

      public static boolean addActor(long address, long actor, long bvh)
    • removeActor

      public static boolean removeActor(long address, long actor)
    • addArticulation

      public static boolean addArticulation(long address, long articulation)
    • removeArticulation

      public static boolean removeArticulation(long address, long articulation)
    • getNbActors

      public static int getNbActors(long address)
    • getMaxNbActors

      public static int getMaxNbActors(long address)
    • getMaxNbShapes

      public static int getMaxNbShapes(long address)
    • getScene

      public static long getScene(long address)
    • getSelfCollision

      public static boolean getSelfCollision(long address)