Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
PlatformSettings Class Reference

More...

+ 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

Detailed Description

Member Data Documentation

◆ AssetPath

const string AssetPath
static
Initial value:
=
SettingsStandardPaths.AssetAppSettings + "/PlatformSettings"

The standard path where this asset should be stored.

Property Documentation

◆ DeploymentEnv

DeploymentEnv DeploymentEnv = DeploymentEnv.Staging
getset

The current deployment environment.

Implements IPlatformSettings.

◆ DeviceToMock

PlatformDevice DeviceToMock = PlatformDevice.Unknown
getset

The device to mimic if MockDevice is enabled.

Implements IPlatformSettings.

◆ MockDevice

bool MockDevice = false
getset

If enabled, the app will pretend to be DeviceToMock.

Implements IPlatformSettings.


The documentation for this class was generated from the following file: