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