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