TextureImageSpec Type
TextureImageSpec = Id64String | string
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 texture and SkyCubeImageProps.
Defined in
- core/common/src/RenderTexture.ts Line 17
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.