UIScreenshotCompData
Inherits from UIComponentData
Summary
Constructors
| UIScreenshotCompData() |
| UIScreenshotCompData(guid: Guid) |
| UIScreenshotCompData(other: UIComponentData) |
| UIScreenshotCompData(other: Asset) |
| UIScreenshotCompData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| resizeImageWidth | int |
| screenshotInfos | ScreenshotInfo[] |
| resizeImageHeight | int |
| autoResizeImage | bool |
Static members
| Name | Type |
|---|---|
| UIScreenshotCompData.typeInfo | TypeInformation |
Constructors
UIScreenshotCompData
UIScreenshotCompData()
Creates a new UIScreenshotCompData frostbite instance.
UIScreenshotCompData
UIScreenshotCompData(guid: Guid)
Creates a new UIScreenshotCompData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIScreenshotCompData
UIScreenshotCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIScreenshotCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIComponentData | The instance to cast to UIScreenshotCompData. |
UIScreenshotCompData
UIScreenshotCompData(other: Asset)
Casts an instance of type Asset to UIScreenshotCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UIScreenshotCompData. |
UIScreenshotCompData
UIScreenshotCompData(other: DataContainer)
Casts an instance of type DataContainer to UIScreenshotCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIScreenshotCompData. |
Properties
resizeImageWidth
int
screenshotInfos
resizeImageHeight
int
autoResizeImage
bool
Static members
typeInfo
The type information for the UIScreenshotCompData type.