You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Vector3 mapping for angleTo() accidentally has the method name applyTo() and therefore the call fails from the Java side.
/**
* Returns the angle between this vector and vector v in radians.
*
* @param vector3 targeting Vector3
* @return Vector3
*/
public native Vector3 applyTo(Vector3 vector3);
The text was updated successfully, but these errors were encountered:
The Vector3 mapping for angleTo() accidentally has the method name applyTo() and therefore the call fails from the Java side.
The text was updated successfully, but these errors were encountered: