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

GetMargin() public method

public GetMargin ( BulletShape shape ) : float
shape BulletShape
return float
        public override float GetMargin(BulletShape shape)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            return BSAPICPP.GetMargin2(shapeu.ptr);
        }
BSAPIUnman