BulletCSharp.btRotationalLimitMotor.testLimitValue C# (CSharp) 메소드

testLimitValue() 공개 메소드

public testLimitValue ( float test_value ) : int
test_value float
리턴 int
        public int testLimitValue(float test_value)
        {
            int ret = BulletDynamicsPINVOKE.btRotationalLimitMotor_testLimitValue(swigCPtr, test_value);
            return ret;
        }