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