|
static readonly PropertyAccessor< TriStateBool > | LiveUpdate = new PropertyAccessor<TriStateBool>(properties => properties.LiveUpdate, TriStateBool.Disabled) |
|
static readonly PropertyAccessor< int > | LiveUpdatePort = new PropertyAccessor<int>(properties => properties.LiveUpdatePort, 9264) |
|
static readonly PropertyAccessor< TriStateBool > | Overlay = new PropertyAccessor<TriStateBool>(properties => properties.Overlay, TriStateBool.Disabled) |
|
static readonly PropertyAccessor< ScreenPosition > | OverlayPosition = new PropertyAccessor<ScreenPosition>(properties => properties.OverlayPosition, ScreenPosition.TopLeft) |
|
static readonly PropertyAccessor< int > | OverlayFontSize = new PropertyAccessor<int>(properties => properties.OverlayFontSize, 14) |
|
static readonly PropertyAccessor< TriStateBool > | Logging = new PropertyAccessor<TriStateBool>(properties => properties.Logging, TriStateBool.Disabled) |
|
static readonly PropertyAccessor< int > | SampleRate = new PropertyAccessor<int>(properties => properties.SampleRate, 0) |
|
static readonly PropertyAccessor< string > | BuildDirectory = new PropertyAccessor<string>(properties => properties.BuildDirectory, "Desktop") |
|
static readonly PropertyAccessor< FMOD.SPEAKERMODE > | SpeakerMode = new PropertyAccessor<FMOD.SPEAKERMODE>(properties => properties.SpeakerMode, FMOD.SPEAKERMODE.STEREO) |
|
static readonly PropertyAccessor< int > | VirtualChannelCount = new PropertyAccessor<int>(properties => properties.VirtualChannelCount, 128) |
|
static readonly PropertyAccessor< int > | RealChannelCount = new PropertyAccessor<int>(properties => properties.RealChannelCount, 32) |
|
static readonly PropertyAccessor< int > | DSPBufferLength = new PropertyAccessor<int>(properties => properties.DSPBufferLength, 0) |
|
static readonly PropertyAccessor< int > | DSPBufferCount = new PropertyAccessor<int>(properties => properties.DSPBufferCount, 0) |
|
static readonly PropertyAccessor< List< string > > | Plugins = new PropertyAccessor<List<string>>(properties => properties.Plugins, null) |
|
static readonly PropertyAccessor< List< string > > | StaticPlugins = new PropertyAccessor<List<string>>(properties => properties.StaticPlugins, null) |
|
static readonly PropertyAccessor< PlatformCallbackHandler > | CallbackHandler = new PropertyAccessor<PlatformCallbackHandler>(properties => properties.CallbackHandler, null) |
|