Ejemplo n.º 1
0
        public bool SetBreakingImpulseThreshold(float threshold)
        {
            bool ret = false;

            if (m_enabled)
            {
                ret = BulletSimAPI.SetBreakingImpulseThreshold2(m_constraint.ptr, threshold);
            }
            return(ret);
        }