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