BulletCSharp.BulletCollisionPINVOKE.new_btConeShapeZ C# (CSharp) Method

new_btConeShapeZ() private method

private new_btConeShapeZ ( float jarg1, float jarg2 ) : IntPtr
jarg1 float
jarg2 float
return IntPtr
        public static extern IntPtr new_btConeShapeZ(float jarg1, float jarg2);
BulletCollisionPINVOKE