public TerrainSelectionUpdateArgs(Point3 selectionLocation) { SelectionLocation = selectionLocation; }
public TerrainClickedArgs(MouseButton button, Point3 clickLocation) { Button = button; ClickLocation = clickLocation; }