BulletCSharp.BulletCollisionPINVOKE.btSphereShape_setMargin C# (CSharp) Method

btSphereShape_setMargin() private method

private btSphereShape_setMargin ( HandleRef jarg1, float jarg2 ) : void
jarg1 HandleRef
jarg2 float
return void
        public static extern void btSphereShape_setMargin(HandleRef jarg1, float jarg2);
BulletCollisionPINVOKE