Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PlatformID
enum
System.PlatformID
Enumerator
Win32S
Win32Windows
Win32NT
WinCE
Unix
Xbox
MacOSX
Other
Definition at line
5
of file
PlatformID.cs
.
6
{
7
[EditorBrowsable(
EditorBrowsableState
.Never)]
8
Win32S
,
9
[EditorBrowsable(
EditorBrowsableState
.Never)]
10
Win32Windows
,
11
Win32NT
,
12
[EditorBrowsable(
EditorBrowsableState
.Never)]
13
WinCE
,
14
Unix,
15
[EditorBrowsable(
EditorBrowsableState
.Never)]
16
Xbox
,
17
[EditorBrowsable(
EditorBrowsableState
.Never)]
18
MacOSX
,
19
Other
20
}
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:4
System.PlatformID.Xbox
@ Xbox
System.PlatformID.WinCE
@ WinCE
System.PlatformID.MacOSX
@ MacOSX
System.PlatformID.Win32NT
@ Win32NT
System.PlatformID.Win32Windows
@ Win32Windows
System.PlatformID.Win32S
@ Win32S
System
Generated by
1.10.0