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