BulletCSharp.btCollisionObject.setCcdSweptSphereRadius C# (CSharp) Method

setCcdSweptSphereRadius() public method

public setCcdSweptSphereRadius ( float radius ) : void
radius float
return void
        public void setCcdSweptSphereRadius(float radius)
        {
            BulletCollisionPINVOKE.btCollisionObject_setCcdSweptSphereRadius(swigCPtr, radius);
        }