Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
KSP.UI.Screens.Settings.SettingsPlatform Class Reference

Public Types

enum  Platform : int {
  Platform.Everything = -1, Platform.None = 0, Platform.PC = 1, Platform.Linux = 2,
  Platform.OSX = 4, Platform.PS4 = 16, Platform.XBoxOne = 32, Platform.XBox360 = 64,
  Platform.WiiU = 128
}
 

Static Public Member Functions

static bool IsPlatform (Platform platform)
 

Static Public Attributes

static Platform platformEmulator = Platform.Everything
 

Member Enumeration Documentation

enum KSP.UI.Screens.Settings.SettingsPlatform.Platform : int
Enumerator
Everything 
None 
PC 
Linux 
OSX 
PS4 
XBoxOne 
XBox360 
WiiU 

Member Function Documentation

static bool KSP.UI.Screens.Settings.SettingsPlatform.IsPlatform ( Platform  platform)
inlinestatic

Member Data Documentation

Platform KSP.UI.Screens.Settings.SettingsPlatform.platformEmulator = Platform.Everything
static

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