DxDisplaySettings

Inherits from SystemSettings

Summary

Constructors

DxDisplaySettings()
DxDisplaySettings(guid: Guid)
DxDisplaySettings(other: SystemSettings)
DxDisplaySettings(other: DataContainer)

Properties

Name Type
fullscreenWidth int
fullscreenHeight int
amdMinDriverVersion string
nvidiaMinDriverVersion int
fullscreenRefreshRate float
stereoSeparationScale float
stereoDepth float
fullscreenOutputIndex int
debugBreakIgnoredIDs int[]
stereoConvergenceScale float
stereoSoldierZoomConvergenceScale float
forceRenderAheadLimit int
presentInterval int
debugBreakOnWarningEnable bool
debugInfoEnable bool
fullscreen bool
debugBreakOnErrorEnable bool
createMinimalWindow bool
driverInternalThreadingEnable bool
debugBreakOnInfoEnable bool
fullscreenModeEnable bool
vSyncEnable bool
tripleBufferingEnable bool
dx10PlusEnable bool
nvApiEnable bool
nvPerfHudEnable bool
stereoEnable bool
dx11Enable bool
dx10Dot0Enable bool
refDriverEnable bool
dx10Dot1Enable bool
minDriverRequired bool
warpDriverEnable bool
nullDriverEnable bool
multiGpuValidationEnable bool

Static members

Name Type
DxDisplaySettings.typeInfo TypeInformation

Constructors

DxDisplaySettings

DxDisplaySettings()

Creates a new DxDisplaySettings frostbite instance.

DxDisplaySettings

DxDisplaySettings(guid: Guid)

Creates a new DxDisplaySettings frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

DxDisplaySettings

DxDisplaySettings(other: SystemSettings)

Casts an instance of type SystemSettings to DxDisplaySettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SystemSettings The instance to cast to DxDisplaySettings.

DxDisplaySettings

DxDisplaySettings(other: DataContainer)

Casts an instance of type DataContainer to DxDisplaySettings. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to DxDisplaySettings.

Properties

fullscreenWidth

int

fullscreenHeight

int

amdMinDriverVersion

string

nvidiaMinDriverVersion

int

fullscreenRefreshRate

float

stereoSeparationScale

float

stereoDepth

float

fullscreenOutputIndex

int

debugBreakIgnoredIDs

int[]

stereoConvergenceScale

float

stereoSoldierZoomConvergenceScale

float

forceRenderAheadLimit

int

presentInterval

int

debugBreakOnWarningEnable

bool

debugInfoEnable

bool

fullscreen

bool

debugBreakOnErrorEnable

bool

createMinimalWindow

bool

driverInternalThreadingEnable

bool

debugBreakOnInfoEnable

bool

fullscreenModeEnable

bool

vSyncEnable

bool

tripleBufferingEnable

bool

dx10PlusEnable

bool

nvApiEnable

bool

nvPerfHudEnable

bool

stereoEnable

bool

dx11Enable

bool

dx10Dot0Enable

bool

refDriverEnable

bool

dx10Dot1Enable

bool

minDriverRequired

bool

warpDriverEnable

bool

nullDriverEnable

bool

multiGpuValidationEnable

bool

Static members

typeInfo

TypeInformation

The type information for the DxDisplaySettings type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)