public class PxAggregate extends PxBase
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
protected |
PxAggregate() |
protected |
PxAggregate(long address) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addActor(PxActor actor) |
boolean |
addActor(PxActor actor,
PxBVHStructure bvhStructure) |
boolean |
addArticulation(PxArticulationBase articulation) |
int |
getMaxNbActors() |
int |
getNbActors() |
PxScene |
getScene() |
boolean |
getSelfCollision() |
boolean |
removeActor(PxActor actor) |
boolean |
removeArticulation(PxArticulationBase articulation) |
static PxAggregate |
wrapPointer(long address) |
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlagscheckNotNull, equals, getAddress, hashCodeprotected PxAggregate()
protected PxAggregate(long address)
public static PxAggregate wrapPointer(long address)
public boolean addActor(PxActor actor)
actor - WebIDL type: PxActor [Ref]public boolean addActor(PxActor actor, PxBVHStructure bvhStructure)
actor - WebIDL type: PxActor [Ref]bvhStructure - WebIDL type: PxBVHStructure [Const]public boolean removeActor(PxActor actor)
actor - WebIDL type: PxActor [Ref]public boolean addArticulation(PxArticulationBase articulation)
articulation - WebIDL type: PxArticulationBase [Ref]public boolean removeArticulation(PxArticulationBase articulation)
articulation - WebIDL type: PxArticulationBase [Ref]public int getNbActors()
public int getMaxNbActors()
public boolean getSelfCollision()