Package physx.physics

Class PxAggregate


public class PxAggregate extends PxBase
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxAggregate

      protected PxAggregate()
    • PxAggregate

      protected PxAggregate(long address)
  • Method Details

    • wrapPointer

      public static PxAggregate wrapPointer(long address)
    • arrayGet

      public static PxAggregate arrayGet(long baseAddress, int index)
    • addActor

      public boolean addActor(PxActor actor)
      Parameters:
      actor - WebIDL type: PxActor [Ref]
      Returns:
      WebIDL type: boolean
    • addActor

      public boolean addActor(PxActor actor, PxBVH bvh)
      Parameters:
      actor - WebIDL type: PxActor [Ref]
      bvh - WebIDL type: PxBVH [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(PxArticulationReducedCoordinate articulation)
      Parameters:
      articulation - WebIDL type: PxArticulationReducedCoordinate [Ref]
      Returns:
      WebIDL type: boolean
    • removeArticulation

      public boolean removeArticulation(PxArticulationReducedCoordinate articulation)
      Parameters:
      articulation - WebIDL type: PxArticulationReducedCoordinate [Ref]
      Returns:
      WebIDL type: boolean
    • getNbActors

      public int getNbActors()
      Returns:
      WebIDL type: unsigned long
    • getMaxNbActors

      public int getMaxNbActors()
      Returns:
      WebIDL type: unsigned long
    • getMaxNbShapes

      public int getMaxNbShapes()
      Returns:
      WebIDL type: unsigned long
    • getScene

      public PxScene getScene()
      Returns:
      WebIDL type: PxScene
    • getSelfCollision

      public boolean getSelfCollision()
      Returns:
      WebIDL type: boolean