C# Class PlatformerPOC.Config

Simple config class that centralizes settings for easy tweaking.
ファイルを表示 Open project: bramdemoor/MonoGame-PlatformerPOC

Public Properties

Property Type Description
DebugModeEnabled bool
DefaultIp string
EditMode bool
MaximumConnections int
NetworkName string
Port int
ScreenResolutionHeight int
ScreenResolutionWidth int
ScreenShakeEnabled bool
SoundEnabled bool
SoundVolume float
VerboseDebugOutput bool

Property Details

DebugModeEnabled public_oe static_oe property

public static bool DebugModeEnabled
return bool

DefaultIp public_oe static_oe property

public static string DefaultIp
return string

EditMode public_oe static_oe property

public static bool EditMode
return bool

MaximumConnections public_oe static_oe property

public static int MaximumConnections
return int

NetworkName public_oe static_oe property

public static string NetworkName
return string

Port public_oe static_oe property

public static int Port
return int

ScreenResolutionHeight public_oe static_oe property

public static int ScreenResolutionHeight
return int

ScreenResolutionWidth public_oe static_oe property

public static int ScreenResolutionWidth
return int

ScreenShakeEnabled public_oe static_oe property

public static bool ScreenShakeEnabled
return bool

SoundEnabled public_oe static_oe property

public static bool SoundEnabled
return bool

SoundVolume public_oe static_oe property

public static float SoundVolume
return float

VerboseDebugOutput public_oe static_oe property

public static bool VerboseDebugOutput
return bool