BulletCSharp.LinearMathPINVOKE.btVector3_setX C# (CSharp) Method

btVector3_setX() private method

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