Package physx.physics

Class PxAggregate


  • public class PxAggregate
    extends PxBase
    • Constructor Detail

      • PxAggregate

        protected PxAggregate()
      • PxAggregate

        protected PxAggregate​(long address)
    • 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