MockSettings ClassDelta Engine Documentation
Mocks a settings file during unit tests instead just having a simple lookup. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Core Settings
    DeltaEngine.Mocks MockSettings

Namespace: DeltaEngine.Mocks
Assembly: DeltaEngine.Mocks (in DeltaEngine.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockSettings : Settings

The MockSettings type exposes the following members.

Constructors

  NameDescription
Public methodMockSettings
Initializes a new instance of the MockSettings class
Top
Methods

  NameDescription
Public methodChange
Public methodDispose (Inherited from Settings.)
Public methodGetValue T  (Overrides Settings GetValue T (String, T).)
Public methodLoadDefaultSettings (Inherited from Settings.)
Public methodSave (Overrides Settings Save .)
Public methodSetValue (Overrides Settings SetValue(String, Object).)
Top
Fields

  NameDescription
Protected fieldwasChanged (Inherited from Settings.)
Top
Properties

  NameDescription
Public propertyAntiAliasingSamples
4 works on most frameworks, but some have AA disabled, use 0 to keep all frameworks in sync View code on GitHub
(Inherited from Settings.)
Public propertyAreChanged
Public propertyColorBufferBits (Inherited from Settings.)
Public propertyCustomSettingsExists (Inherited from Settings.)
Public propertyDepthBufferBits (Inherited from Settings.)
Public propertyLimitFramerate (Inherited from Settings.)
Public propertyMusicVolume (Inherited from Settings.)
Public propertyOnlineServiceIp (Inherited from Settings.)
Public propertyOnlineServicePort (Inherited from Settings.)
Public propertyPlayerName (Inherited from Settings.)
Public propertyProfilingModes (Inherited from Settings.)
Public propertyRapidUpdatesPerSecond (Inherited from Settings.)
Public propertyResolution (Inherited from Settings.)
Public propertySoundVolume (Inherited from Settings.)
Public propertyStartInFullscreen (Inherited from Settings.)
Public propertyTwoLetterLanguageName (Inherited from Settings.)
Public propertyUpdatesPerSecond (Inherited from Settings.)
Public propertyUseOnlineLogging (Inherited from Settings.)
Public propertyUseVSync (Inherited from Settings.)
Top
See Also