How can i disable spriteMap's render?

I’ve created sprite map’s pull.

  1. How can i disable spriteMap’s render for them?
  2. How can i change spriteMap’s opacity?

I didn’t find anything there Babylon.js/spriteMap.ts at master · BabylonJS/Babylon.js · GitHub

It seems that there is not getter to get a plane

Hello and welcome to the Babylon community! You could directly get the plane from the scene and set the enabled property on it: Sprites Examples | Babylon.js Playground (babylonjs.com), but it would be nice to have a getter for the plane. Want to contribute it? :slight_smile:

As the opacity/alpha, it directly comes from the sprites themselves.