BulletCSharp.BulletDynamicsPINVOKE.btRigidBody_getAngularSleepingThreshold C# (CSharp) Method

btRigidBody_getAngularSleepingThreshold() private method

private btRigidBody_getAngularSleepingThreshold ( HandleRef jarg1 ) : float
jarg1 HandleRef
return float
        public static extern float btRigidBody_getAngularSleepingThreshold(HandleRef jarg1);
BulletDynamicsPINVOKE