C# Class KLF.KLFGlobalSettings

ファイルを表示 Open project: SodiumEyes/KerbalLiveFeed

Public Properties

Property Type Description
chatDisplayWindowX float
chatDisplayWindowY float
chatWindowEnabled bool
chatWindowWide bool
guiToggleKey KeyCode
infoDisplayBig bool
infoDisplayWindowX float
infoDisplayWindowY float
instance KLFGlobalSettings
screenshotDisplayWindowX float
screenshotDisplayWindowY float
screenshotKey KeyCode

Private Methods

Method Description
SetDefault ( StreamingContext sc ) : void

Property Details

chatDisplayWindowX public_oe property

public float chatDisplayWindowX
return float

chatDisplayWindowY public_oe property

public float chatDisplayWindowY
return float

chatWindowEnabled public_oe property

public bool chatWindowEnabled
return bool

chatWindowWide public_oe property

public bool chatWindowWide
return bool

guiToggleKey public_oe property

public KeyCode guiToggleKey
return KeyCode

infoDisplayBig public_oe property

public bool infoDisplayBig
return bool

infoDisplayWindowX public_oe property

public float infoDisplayWindowX
return float

infoDisplayWindowY public_oe property

public float infoDisplayWindowY
return float

instance public_oe static_oe property

public static KLFGlobalSettings,KLF instance
return KLFGlobalSettings

screenshotDisplayWindowX public_oe property

public float screenshotDisplayWindowX
return float

screenshotDisplayWindowY public_oe property

public float screenshotDisplayWindowY
return float

screenshotKey public_oe property

public KeyCode screenshotKey
return KeyCode