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

btBoxShape_calculateLocalInertia() 개인적인 메소드

private btBoxShape_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 btBoxShape_calculateLocalInertia(HandleRef jarg1, float jarg2, HandleRef jarg3);
BulletCollisionPINVOKE