TextureCompressSettings
Inherits from DataContainer
Summary
Constructors
| TextureCompressSettings() |
| TextureCompressSettings(guid: Guid) |
| TextureCompressSettings(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| viewMode | TextureCompressQualityMode |
| textureCompressJobPoolSize | int |
| debugDrawAlphaOverlayScale | float |
| debugDrawEnable | bool |
Static members
| Name | Type |
|---|---|
| TextureCompressSettings.typeInfo | TypeInformation |
Constructors
TextureCompressSettings
TextureCompressSettings()
Creates a new TextureCompressSettings frostbite instance.
TextureCompressSettings
TextureCompressSettings(guid: Guid)
Creates a new TextureCompressSettings frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
TextureCompressSettings
TextureCompressSettings(other: DataContainer)
Casts an instance of type DataContainer to TextureCompressSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to TextureCompressSettings. |
Properties
viewMode
textureCompressJobPoolSize
int
debugDrawAlphaOverlayScale
float
debugDrawEnable
bool
Static members
typeInfo
The type information for the TextureCompressSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)