diff --git a/AxiosSettings.md b/AxiosSettings.md new file mode 100644 index 0000000..4187015 --- /dev/null +++ b/AxiosSettings.md @@ -0,0 +1,18 @@ +Axios Settings +Axios.Settings is a static class that holds certain information such as the version. + +The following static variables are defined in the class: + +Version - the version of the engine +ScreenSaver - enable this if you are making a screensaver +ScreenWidth -> Both of these are recommended screen sizes based on the device +ScreenHeight +Loglevel -> By default everything is logged, if you want to change the level just change it inside of your game +The following methods are defined in the class as well: + +SetResolution(GraphicsDeviceManager graphics, ResolutionSetting setting) +Sets the resolution based on suggested values +GetResolution( ResolutionSetting setting) - Get's a suggested resolution based on the platform you choose +GetHeightScale() - this is used for scaling objects for WP7 +GetWidthScale() +GetScale() \ No newline at end of file