master
Natalie Adams 2021-05-11 21:48:41 +00:00
parent 70f6dace6b
commit 97af5febff
1 changed files with 3 additions and 1 deletions

@ -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:
```
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
@ -15,4 +16,5 @@ 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()
GetScale()
```