![]() |
Cesium for Unity 1.19.0
|
Holds details of a CesiumRasterOverlay load failure. More...
Public Member Functions | |
| CesiumRasterOverlayLoadFailureDetails (CesiumRasterOverlay overlay, CesiumRasterOverlayLoadType type, long httpStatusCode, string message) | |
Public Attributes | |
| CesiumRasterOverlay | overlay |
| The overlay that encountered the load failure. | |
| CesiumRasterOverlayLoadType | type |
| The type of request that failed to load. | |
| long | httpStatusCode |
| The HTTP status code of the response that led to the failure. | |
| string | message |
| A human-readable explanation of what failed. | |
Holds details of a CesiumRasterOverlay load failure.
Definition at line 27 of file CesiumRasterOverlayLoadFailureDetails.cs.
|
inline |
Definition at line 53 of file CesiumRasterOverlayLoadFailureDetails.cs.
| long CesiumForUnity.CesiumRasterOverlayLoadFailureDetails.httpStatusCode |
The HTTP status code of the response that led to the failure.
If there was no response or the failure did not follow from a request, then the value of this property will be 0.
Definition at line 46 of file CesiumRasterOverlayLoadFailureDetails.cs.
| string CesiumForUnity.CesiumRasterOverlayLoadFailureDetails.message |
A human-readable explanation of what failed.
Definition at line 51 of file CesiumRasterOverlayLoadFailureDetails.cs.
| CesiumRasterOverlay CesiumForUnity.CesiumRasterOverlayLoadFailureDetails.overlay |
The overlay that encountered the load failure.
Definition at line 32 of file CesiumRasterOverlayLoadFailureDetails.cs.
| CesiumRasterOverlayLoadType CesiumForUnity.CesiumRasterOverlayLoadFailureDetails.type |
The type of request that failed to load.
Definition at line 37 of file CesiumRasterOverlayLoadFailureDetails.cs.