TextureImageSpec Type alias
Identifies an image to be used to produce a RenderTexture for a given purpose - for example,
as part of a SkyBox. If the string is a valid Id64String
, it refers to a persistent Texture element stored in an iModel.
Otherwise, it is interpreted as a Url resolving to an HTMLImageElement.
see SkySphereImageProps.texture and SkyCubeImageProps.
TextureImageSpec = Id64String | string
Defined in
- core/common/src/RenderTexture.ts Line 17
Last Updated: 20 June, 2023