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