Package physx.physics

Class PxBroadPhaseCaps

    • Constructor Detail

      • PxBroadPhaseCaps

        protected PxBroadPhaseCaps​(long address)
      • PxBroadPhaseCaps

        public PxBroadPhaseCaps()
    • Method Detail

      • destroy

        public void destroy()
      • getMaxNbRegions

        public int getMaxNbRegions()
        Returns:
        WebIDL type: unsigned long
      • setMaxNbRegions

        public void setMaxNbRegions​(int value)
        Parameters:
        value - WebIDL type: unsigned long
      • getMaxNbObjects

        public int getMaxNbObjects()
        Returns:
        WebIDL type: unsigned long
      • setMaxNbObjects

        public void setMaxNbObjects​(int value)
        Parameters:
        value - WebIDL type: unsigned long
      • getNeedsPredefinedBounds

        public boolean getNeedsPredefinedBounds()
        Returns:
        WebIDL type: boolean
      • setNeedsPredefinedBounds

        public void setNeedsPredefinedBounds​(boolean value)
        Parameters:
        value - WebIDL type: boolean