Package physx.physics

Class PxRigidActor

    • Constructor Detail

      • PxRigidActor

        protected PxRigidActor()
      • PxRigidActor

        protected PxRigidActor​(long address)
    • Method Detail

      • wrapPointer

        public static PxRigidActor wrapPointer​(long address)
      • setGlobalPose

        public void setGlobalPose​(PxTransform pose)
        Parameters:
        pose - WebIDL type: PxTransform [Const, Ref]
      • setGlobalPose

        public void setGlobalPose​(PxTransform pose,
                                  boolean autowake)
        Parameters:
        pose - WebIDL type: PxTransform [Const, Ref]
        autowake - WebIDL type: boolean
      • attachShape

        public boolean attachShape​(PxShape shape)
        Parameters:
        shape - WebIDL type: PxShape [Ref]
        Returns:
        WebIDL type: boolean
      • detachShape

        public void detachShape​(PxShape shape)
        Parameters:
        shape - WebIDL type: PxShape [Ref]
      • detachShape

        public void detachShape​(PxShape shape,
                                boolean wakeOnLostTouch)
        Parameters:
        shape - WebIDL type: PxShape [Ref]
        wakeOnLostTouch - WebIDL type: boolean
      • getNbShapes

        public int getNbShapes()
        Returns:
        WebIDL type: long