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

GetMargin() public method

public GetMargin ( BulletShape pShape ) : float
pShape BulletShape
return float
        public override float GetMargin(BulletShape pShape)
        {
            CollisionShape shape = (pShape as BulletShapeXNA).shape;
            return shape.GetMargin();
        }
BSAPIXNA