MotionEvent doc errors

You guys ok with making this change along with minor spelling changes the MotionEvent class javadocs?

– * A MotionTrack is a control over the spatial that manage the position and direction of the spatial while following a motion Path

    • A MotionEvent is a control over the spatial that manages the position and direction of the spatial while following a motion Path.
    • You must first create a MotionPath and then create a MotionTrack to associate a spatial and the path.
    • You must first create a MotionPath and then create a MotionEvent to associate a spatial and the path.

Edit: added category. Added link to the github file.

Maybe I should clarify, this is an update to the actual jMonkeyEngine class on github, not the online javadoc linked to from this forum.

The github guidelines for updating the engine state you must first ask for permission here before asking for the pull.

well if you’re willing to make a pull request, go ahead :wink:

Thanks nehon.