UISettingsCompData
Inherits from UIComponentData
Summary
Constructors
| UISettingsCompData() |
| UISettingsCompData(guid: Guid) |
| UISettingsCompData(other: UIComponentData) |
| UISettingsCompData(other: Asset) |
| UISettingsCompData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| settingsPages | UISettingsPage[] |
Static members
| Name | Type |
|---|---|
| UISettingsCompData.typeInfo | TypeInformation |
Constructors
UISettingsCompData
UISettingsCompData()
Creates a new UISettingsCompData frostbite instance.
UISettingsCompData
UISettingsCompData(guid: Guid)
Creates a new UISettingsCompData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UISettingsCompData
UISettingsCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UISettingsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIComponentData | The instance to cast to UISettingsCompData. |
UISettingsCompData
UISettingsCompData(other: Asset)
Casts an instance of type Asset to UISettingsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UISettingsCompData. |
UISettingsCompData
UISettingsCompData(other: DataContainer)
Casts an instance of type DataContainer to UISettingsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UISettingsCompData. |
Properties
settingsPages
Static members
typeInfo
The type information for the UISettingsCompData type.