Package com.jme3.collision
Interface MotionAllowedListener
public interface MotionAllowedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheckMotionAllowed(Vector3f position, Vector3f velocity) Check if motion allowed.
-
Method Details
-
checkMotionAllowed
Check if motion allowed. Modify position and velocity vectors appropriately if not allowed..- Parameters:
position- the position vector (modified)velocity- the velocity vector (modified)
-