BulletCSharp.btSliderConstraint.setSoftnessOrthoLin C# (CSharp) 메소드

setSoftnessOrthoLin() 공개 메소드

public setSoftnessOrthoLin ( float softnessOrthoLin ) : void
softnessOrthoLin float
리턴 void
        public void setSoftnessOrthoLin(float softnessOrthoLin)
        {
            BulletDynamicsPINVOKE.btSliderConstraint_setSoftnessOrthoLin(swigCPtr, softnessOrthoLin);
        }
btSliderConstraint