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