DebugRenderSettings
Inherits from DataContainer
Summary
Constructors
| DebugRenderSettings() |
| DebugRenderSettings(guid: Guid) |
| DebugRenderSettings(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| textQueueTimeVisible | float |
| ps3SpuFrameBufferSize | int |
| textViewDistance | float |
| textQueueMaxLineCount | int |
| dxMaxVertexCount | int |
| processJobCount | int |
| drawStatsEnable | bool |
| ps3SpuEnable | bool |
| enable | bool |
| textQueueLocationTop | bool |
| dxLine2dAntialiasingEnable | bool |
| dxLine3dAntialiasingEnable | bool |
Static members
| Name | Type |
|---|---|
| DebugRenderSettings.typeInfo | TypeInformation |
Constructors
DebugRenderSettings
DebugRenderSettings()
Creates a new DebugRenderSettings frostbite instance.
DebugRenderSettings
DebugRenderSettings(guid: Guid)
Creates a new DebugRenderSettings frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
DebugRenderSettings
DebugRenderSettings(other: DataContainer)
Casts an instance of type DataContainer to DebugRenderSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to DebugRenderSettings. |
Properties
textQueueTimeVisible
float
ps3SpuFrameBufferSize
int
textViewDistance
float
textQueueMaxLineCount
int
dxMaxVertexCount
int
processJobCount
int
drawStatsEnable
bool
ps3SpuEnable
bool
enable
bool
textQueueLocationTop
bool
dxLine2dAntialiasingEnable
bool
dxLine3dAntialiasingEnable
bool
Static members
typeInfo
The type information for the DebugRenderSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)