com.jme3.collision
インタフェース MotionAllowedListener


public interface MotionAllowedListener


メソッドの概要
 void checkMotionAllowed(Vector3f position, Vector3f velocity)
          Check if motion allowed.
 

メソッドの詳細

checkMotionAllowed

void checkMotionAllowed(Vector3f position,
                        Vector3f velocity)
Check if motion allowed. Modify position and velocity vectors appropriately if not allowed..

パラメータ:
position -
velocity -