PersistenceConfiguration
Inherits from Asset
Summary
Constructors
PersistenceConfiguration() |
PersistenceConfiguration(guid: Guid) |
PersistenceConfiguration(other: Asset) |
PersistenceConfiguration(other: DataContainer) |
Properties
Name | Type |
---|---|
statCategoryTreeCollection | StatCategoryTreeCollection | nil |
mpProfile | PlayerTypeProfile | nil |
spProfile | PlayerTypeProfile | nil |
coopProfile | PlayerTypeProfile | nil |
pointSystemParams | PointSystemParamsAsset | nil |
licenseConfig | LicenseConfiguration | nil |
Static members
Name | Type |
---|---|
PersistenceConfiguration.typeInfo | TypeInformation |
Constructors
PersistenceConfiguration
PersistenceConfiguration()
Creates a new PersistenceConfiguration frostbite instance.
PersistenceConfiguration
PersistenceConfiguration(guid: Guid)
Creates a new PersistenceConfiguration frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PersistenceConfiguration
PersistenceConfiguration(other: Asset)
Casts an instance of type Asset to PersistenceConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to PersistenceConfiguration. |
PersistenceConfiguration
PersistenceConfiguration(other: DataContainer)
Casts an instance of type DataContainer to PersistenceConfiguration. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PersistenceConfiguration. |
Properties
statCategoryTreeCollection
mpProfile
PlayerTypeProfile | nil
spProfile
PlayerTypeProfile | nil
coopProfile
PlayerTypeProfile | nil
pointSystemParams
PointSystemParamsAsset | nil
licenseConfig
LicenseConfiguration | nil
Static members
typeInfo
The type information for the PersistenceConfiguration type.