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