Universe.Physics.BulletSPlugin.BSAPIUnman.BSAPICPP.SetShapeCollisionMargin C# (CSharp) Method

SetShapeCollisionMargin() private method

private SetShapeCollisionMargin ( IntPtr shape, float margin ) : void
shape IntPtr
margin float
return void
            public static extern void SetShapeCollisionMargin(IntPtr shape, float margin);
BSAPIUnman.BSAPICPP