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