UISettings
Inherits from SystemSettings
Summary
Constructors
UISettings() |
UISettings(guid: Guid) |
UISettings(other: SystemSettings) |
UISettings(other: DataContainer) |
Properties
Name | Type |
---|---|
system | UISystemType |
bundles | UIBundlesAsset | nil |
profileOptions | ProfileOptionsAsset | nil |
language | LanguageFormat |
dataCop | DataCopSettings |
oneBundlePerGraph | bool |
drawEnable | bool |
Static members
Name | Type |
---|---|
UISettings.typeInfo | TypeInformation |
Constructors
UISettings
UISettings()
Creates a new UISettings frostbite instance.
UISettings
UISettings(guid: Guid)
Creates a new UISettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UISettings
UISettings(other: SystemSettings)
Casts an instance of type SystemSettings to UISettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SystemSettings | The instance to cast to UISettings. |
UISettings
UISettings(other: DataContainer)
Casts an instance of type DataContainer to UISettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UISettings. |
Properties
system
bundles
UIBundlesAsset | nil
profileOptions
ProfileOptionsAsset | nil
language
dataCop
oneBundlePerGraph
bool
drawEnable
bool
Static members
typeInfo
The type information for the UISettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)