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

SetMargin() public method

public SetMargin ( BulletShape shape, float val ) : void
shape BulletShape
val float
return void
        public override void SetMargin(BulletShape shape, float val)
        {
            BulletShapeUnman shapeu = shape as BulletShapeUnman;
            BSAPICPP.SetMargin2(shapeu.ptr, val);
        }
BSAPIUnman