DecalSettings
Inherits from SystemSettings
Summary
Constructors
| DecalSettings() |
| DecalSettings(guid: Guid) |
| DecalSettings(other: SystemSettings) |
| DecalSettings(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| staticBufferMaxVertexCount | int |
| ringBufferMaxVertexCount | int |
| drawEnable | bool |
| systemEnable2 | bool |
| systemEnable | bool |
| enable | bool |
| debugMemUsageEnable | bool |
| debugWarningsEnable | bool |
| nvidiaStreamOutputWorkaroundEnable | bool |
Static members
| Name | Type |
|---|---|
| DecalSettings.typeInfo | TypeInformation |
Constructors
DecalSettings
DecalSettings()
Creates a new DecalSettings frostbite instance.
DecalSettings
DecalSettings(guid: Guid)
Creates a new DecalSettings frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
DecalSettings
DecalSettings(other: SystemSettings)
Casts an instance of type SystemSettings to DecalSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | SystemSettings | The instance to cast to DecalSettings. |
DecalSettings
DecalSettings(other: DataContainer)
Casts an instance of type DataContainer to DecalSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to DecalSettings. |
Properties
staticBufferMaxVertexCount
int
ringBufferMaxVertexCount
int
drawEnable
bool
systemEnable2
bool
systemEnable
bool
enable
bool
debugMemUsageEnable
bool
debugWarningsEnable
bool
nvidiaStreamOutputWorkaroundEnable
bool
Static members
typeInfo
The type information for the DecalSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)