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