Package physx.physics

Class PxArticulationBase

    • Constructor Detail

      • PxArticulationBase

        protected PxArticulationBase()
      • PxArticulationBase

        protected PxArticulationBase​(long address)
    • Method Detail

      • setSolverIterationCounts

        public void setSolverIterationCounts​(int minPositionIters,
                                             int minVelocityIters)
        Parameters:
        minPositionIters - WebIDL type: unsigned long
        minVelocityIters - WebIDL type: unsigned long
      • isSleeping

        public boolean isSleeping()
        Returns:
        WebIDL type: boolean
      • setSleepThreshold

        public void setSleepThreshold​(float threshold)
        Parameters:
        threshold - WebIDL type: float
      • getSleepThreshold

        public float getSleepThreshold()
        Returns:
        WebIDL type: float
      • setStabilizationThreshold

        public void setStabilizationThreshold​(float threshold)
        Parameters:
        threshold - WebIDL type: float
      • getStabilizationThreshold

        public float getStabilizationThreshold()
        Returns:
        WebIDL type: float
      • setWakeCounter

        public void setWakeCounter​(float wakeCounterValue)
        Parameters:
        wakeCounterValue - WebIDL type: float
      • getWakeCounter

        public float getWakeCounter()
        Returns:
        WebIDL type: float
      • wakeUp

        public void wakeUp()
      • putToSleep

        public void putToSleep()
      • getNbLinks

        public int getNbLinks()
        Returns:
        WebIDL type: unsigned long
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - WebIDL type: DOMString [Const]
      • getName

        public java.lang.String getName()
        Returns:
        WebIDL type: DOMString [Const]
      • getWorldBounds

        public PxBounds3 getWorldBounds()
        Returns:
        WebIDL type: PxBounds3 [Value]