SkyCubeProps Interface
JSON representation of the six images used by a SkyCube. Each property specifies the image for a face of the cube as either an image URL, or the Id of a Texture element. Each image must be square and have the same dimensions as all the other images.
extensions
Properties
| Name | Type | Description | |
|---|---|---|---|
| back | string | ||
| bottom | string | ||
| front | string | ||
| left | string | ||
| right | string | ||
| top | string |
Defined in
- core/common/src/SkyBox.ts Line 39
Last Updated: 30 November, 2023