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

GetMargin() public abstract method

public abstract GetMargin ( BulletShape shape ) : float
shape BulletShape
return float
        public abstract float GetMargin(BulletShape shape);
BSAPITemplate