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