BulletCSharp.BulletDynamicsPINVOKE.btRigidBody_setAngularVelocity C# (CSharp) Method

btRigidBody_setAngularVelocity() private method

private btRigidBody_setAngularVelocity ( HandleRef jarg1, HandleRef jarg2 ) : void
jarg1 HandleRef
jarg2 HandleRef
return void
        public static extern void btRigidBody_setAngularVelocity(HandleRef jarg1, HandleRef jarg2);
BulletDynamicsPINVOKE