Universe.Physics.BulletSPlugin.BSAPIUnman.GetCcdSweptSphereRadius C# (CSharp) Method

GetCcdSweptSphereRadius() public method

public GetCcdSweptSphereRadius ( BulletBody obj ) : float
obj BulletBody
return float
        public override float GetCcdSweptSphereRadius(BulletBody obj)
        {
            BulletBodyUnman bodyu = obj as BulletBodyUnman;
            return BSAPICPP.GetCcdSweptSphereRadius2(bodyu.ptr);
        }
BSAPIUnman