ResourceInterfaceRenderOptions.force property
Force the textures to re-render.
Signature:
force?: boolean;
Remarks
If true, will force a re-render of the resource regardless of the snapshot status.
For textured resources, this requests an re-rendering of the textures from the API. It's meant to be used sparingly. In cases where the textures are somehow invalid, or botched, this option provides a means to rebuild them.