Kerbal Space Program
1.12.4
|
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... | |