Natalie Adams 2021-05-11 21:48:41 +00:00
parent 70f6dace6b
commit 97af5febff

@ -3,6 +3,7 @@ Axios.Settings is a static class that holds certain information such as the vers
The following static variables are defined in the class: The following static variables are defined in the class:
```
Version - the version of the engine Version - the version of the engine
ScreenSaver - enable this if you are making a screensaver ScreenSaver - enable this if you are making a screensaver
ScreenWidth -> Both of these are recommended screen sizes based on the device ScreenWidth -> Both of these are recommended screen sizes based on the device
@ -16,3 +17,4 @@ GetResolution( ResolutionSetting setting) - Get's a suggested resolution based o
GetHeightScale() - this is used for scaling objects for WP7 GetHeightScale() - this is used for scaling objects for WP7
GetWidthScale() GetWidthScale()
GetScale() GetScale()
```