BulletCSharp.btSliderConstraint.getUseFrameOffset C# (CSharp) Method

getUseFrameOffset() public method

public getUseFrameOffset ( ) : bool
return bool
        public bool getUseFrameOffset()
        {
            bool ret = BulletDynamicsPINVOKE.btSliderConstraint_getUseFrameOffset(swigCPtr);
            return ret;
        }
btSliderConstraint