MeshMergingSettings
Inherits from DataContainer
Summary
Constructors
| MeshMergingSettings() |
| MeshMergingSettings(guid: Guid) |
| MeshMergingSettings(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| statsSeedIndex | int |
| statsLodIndex | int |
| textureAtlasWidth | int |
| drawStatsEnable | bool |
| drawDebugTexturesEnable | bool |
| virtualTextureArrayStreamingEnable | bool |
| enable | bool |
| textureAtlasMergeEnable | bool |
| clearMergeReport | bool |
Static members
| Name | Type |
|---|---|
| MeshMergingSettings.typeInfo | TypeInformation |
Constructors
MeshMergingSettings
MeshMergingSettings()
Creates a new MeshMergingSettings frostbite instance.
MeshMergingSettings
MeshMergingSettings(guid: Guid)
Creates a new MeshMergingSettings frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
MeshMergingSettings
MeshMergingSettings(other: DataContainer)
Casts an instance of type DataContainer to MeshMergingSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to MeshMergingSettings. |
Properties
statsSeedIndex
int
statsLodIndex
int
textureAtlasWidth
int
drawStatsEnable
bool
drawDebugTexturesEnable
bool
virtualTextureArrayStreamingEnable
bool
enable
bool
textureAtlasMergeEnable
bool
clearMergeReport
bool
Static members
typeInfo
The type information for the MeshMergingSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)