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