C# Class KLF.KLFGlobalSettings

Show file 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 property

public float chatDisplayWindowX
return float

chatDisplayWindowY public property

public float chatDisplayWindowY
return float

chatWindowEnabled public property

public bool chatWindowEnabled
return bool

chatWindowWide public property

public bool chatWindowWide
return bool

guiToggleKey public property

public KeyCode guiToggleKey
return KeyCode

infoDisplayBig public property

public bool infoDisplayBig
return bool

infoDisplayWindowX public property

public float infoDisplayWindowX
return float

infoDisplayWindowY public property

public float infoDisplayWindowY
return float

instance public static property

public static KLFGlobalSettings,KLF instance
return KLFGlobalSettings

screenshotDisplayWindowX public property

public float screenshotDisplayWindowX
return float

screenshotDisplayWindowY public property

public float screenshotDisplayWindowY
return float

screenshotKey public property

public KeyCode screenshotKey
return KeyCode