|
Kanda Foundation 0.2.0
|
Inheritance diagram for PlatformSettings:Static Public Attributes | |
| const string | AssetPath |
| The standard path where this asset should be stored. | |
Properties | |
| DeploymentEnv | DeploymentEnv = DeploymentEnv.Staging [get, set] |
| The current deployment environment. | |
| bool | MockDevice = false [get, set] |
| If enabled, the app will pretend to be DeviceToMock. | |
| PlatformDevice | DeviceToMock = PlatformDevice.Unknown [get, set] |
| The device to mimic if MockDevice is enabled. | |
Properties inherited from IPlatformSettings | |
|
static |
The standard path where this asset should be stored.
|
getset |
The current deployment environment.
Implements IPlatformSettings.
|
getset |
The device to mimic if MockDevice is enabled.
Implements IPlatformSettings.
|
getset |
If enabled, the app will pretend to be DeviceToMock.
Implements IPlatformSettings.