BulletCSharp.BulletCollisionPINVOKE.btCapsuleShape_getRadius C# (CSharp) Method

btCapsuleShape_getRadius() private method

private btCapsuleShape_getRadius ( HandleRef jarg1 ) : float
jarg1 System.Runtime.InteropServices.HandleRef
return float
        public static extern float btCapsuleShape_getRadius(HandleRef jarg1);
BulletCollisionPINVOKE