Package physx.physics
Class PxAggregate
- java.lang.Object
-
- physx.NativeObject
-
- physx.common.PxBase
-
- physx.physics.PxAggregate
-
public class PxAggregate extends PxBase
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T>
-
-
Field Summary
-
Fields inherited from class physx.NativeObject
address, isExternallyAllocated
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPxAggregate()protectedPxAggregate(long address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddActor(PxActor actor)booleanaddActor(PxActor actor, PxBVHStructure bvhStructure)booleanaddArticulation(PxArticulationBase articulation)intgetMaxNbActors()intgetNbActors()PxScenegetScene()booleangetSelfCollision()booleanremoveActor(PxActor actor)booleanremoveArticulation(PxArticulationBase articulation)static PxAggregatewrapPointer(long address)-
Methods inherited from class physx.common.PxBase
getBaseFlags, getConcreteType, getConcreteTypeName, isReleasable, release, setBaseFlag, setBaseFlags
-
Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
-
-
-
Method Detail
-
wrapPointer
public static PxAggregate wrapPointer(long address)
-
addActor
public boolean addActor(PxActor actor)
- Parameters:
actor- WebIDL type:PxActor[Ref]- Returns:
- WebIDL type: boolean
-
addActor
public boolean addActor(PxActor actor, PxBVHStructure bvhStructure)
- Parameters:
actor- WebIDL type:PxActor[Ref]bvhStructure- WebIDL type:PxBVHStructure[Const]- Returns:
- WebIDL type: boolean
-
removeActor
public boolean removeActor(PxActor actor)
- Parameters:
actor- WebIDL type:PxActor[Ref]- Returns:
- WebIDL type: boolean
-
addArticulation
public boolean addArticulation(PxArticulationBase articulation)
- Parameters:
articulation- WebIDL type:PxArticulationBase[Ref]- Returns:
- WebIDL type: boolean
-
removeArticulation
public boolean removeArticulation(PxArticulationBase articulation)
- Parameters:
articulation- WebIDL type:PxArticulationBase[Ref]- Returns:
- WebIDL type: boolean
-
getNbActors
public int getNbActors()
- Returns:
- WebIDL type: unsigned long
-
getMaxNbActors
public int getMaxNbActors()
- Returns:
- WebIDL type: unsigned long
-
getSelfCollision
public boolean getSelfCollision()
- Returns:
- WebIDL type: boolean
-
-