API Reference > imodeljs-frontend > Rendering > RenderSystem > findTexture findTexture Method Find a previously-created RenderTexture by its ID. findTexture(_key: string, _imodel: IModelConnection): undefined | RenderTexture Parameter Type Description _key string The unique ID of the texture within the context of the IModelConnection. Typically an element ID. _imodel IModelConnection The IModelConnection with which the texture is associated. Returns - undefined | RenderTexture A previously-created texture matching the specified ID, or undefined if no such texture exists. Defined in core/frontend/src/render/RenderSystem.ts Line 424 Last Updated: 11 June, 2024