java.lang.Object
physx.physics.PxAggregate.Raw
- Enclosing class:
- PxAggregate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanaddActor(long address, long actor) static booleanaddActor(long address, long actor, long bvh) static booleanaddArticulation(long address, long articulation) static intgetMaxNbActors(long address) static intgetMaxNbShapes(long address) static intgetNbActors(long address) static longgetScene(long address) static booleangetSelfCollision(long address) static booleanremoveActor(long address, long actor) static booleanremoveArticulation(long address, long articulation)
-
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)
-