BulletCSharp.LinearMathPINVOKE.btVector3_setZ C# (CSharp) Method

btVector3_setZ() private method

private btVector3_setZ ( HandleRef jarg1, float jarg2 ) : void
jarg1 HandleRef
jarg2 float
return void
        public static extern void btVector3_setZ(HandleRef jarg1, float jarg2);
LinearMathPINVOKE