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

btBoxShape_isInside() 개인적인 메소드

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