BulletCSharp.BulletSoftBodyPINVOKE.btSoftBody_setMass C# (CSharp) Method

btSoftBody_setMass() private method

private btSoftBody_setMass ( HandleRef jarg1, int jarg2, float jarg3 ) : void
jarg1 HandleRef
jarg2 int
jarg3 float
return void
        public static extern void btSoftBody_setMass(HandleRef jarg1, int jarg2, float jarg3);
BulletSoftBodyPINVOKE