Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes | Enumerations
Package Smooth.Platform

Classes

class  PlatformExtensions
 Extension methods related to the runtime / base platform. More...
 
class  Runtime
 Helper class that provides information about the target platform. More...
 

Enumerations

enum  BasePlatform {
  BasePlatform.None = 0, BasePlatform.Android = 100, BasePlatform.Bb10 = 200, BasePlatform.Flash = 300,
  BasePlatform.Ios = 400, BasePlatform.Linux = 500, BasePlatform.Metro = 600, BasePlatform.NaCl = 700,
  BasePlatform.Osx = 800, BasePlatform.Ps3 = 900, BasePlatform.Tizen = 1000, BasePlatform.Wii = 1100,
  BasePlatform.Windows = 1200, BasePlatform.Wp8 = 1300, BasePlatform.Xbox360 = 1400, BasePlatform.Ps4 = 1500,
  BasePlatform.XboxOne = 1600, BasePlatform.SmartTv = 1700, BasePlatform.WebGl = 1800
}
 Enumeration representing the base platforms for Unity builds. More...
 

Enumeration Type Documentation

Enumeration representing the base platforms for Unity builds.

Enumerator
None 
Android 
Bb10 
Flash 
Ios 
Linux 
Metro 
NaCl 
Osx 
Ps3 
Tizen 
Wii 
Windows 
Wp8 
Xbox360 
Ps4 
XboxOne 
SmartTv 
WebGl