BulletCSharp.BulletCollisionPINVOKE.btCylinderShape_setMargin C# (CSharp) Method

btCylinderShape_setMargin() private method

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