Tesseract Engine Documentation

Mass.MoveObject Method 

Move the player based on the controller inputs

public void MoveObject(
   Single dn,
   Single dx
);

Parameters

dn
Force applied along the normal
dx
Force applied along the tangent

See Also

Mass Class | DarkWynter.Engine.Physics Namespace