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

GetCcdSweptSphereRadius() public abstract method

public abstract GetCcdSweptSphereRadius ( BulletBody obj ) : float
obj BulletBody
return float
        public abstract float GetCcdSweptSphereRadius(BulletBody obj);
BSAPITemplate