BulletCSharp.BulletCollisionPINVOKE.btCapsuleShape_calculateLocalInertia C# (CSharp) Méthode

btCapsuleShape_calculateLocalInertia() private méthode

private btCapsuleShape_calculateLocalInertia ( HandleRef jarg1, float jarg2, HandleRef jarg3 ) : void
jarg1 System.Runtime.InteropServices.HandleRef
jarg2 float
jarg3 System.Runtime.InteropServices.HandleRef
Résultat void
        public static extern void btCapsuleShape_calculateLocalInertia(HandleRef jarg1, float jarg2, HandleRef jarg3);
BulletCollisionPINVOKE