BulletCSharp.BulletCollisionPINVOKE.btCapsuleShape_calculateLocalInertia C# (CSharp) 메소드

btCapsuleShape_calculateLocalInertia() 개인적인 메소드

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