Hide Mesh from inspector?

Is there a way to hide a mesh from appearing in node list in the inspector?

I have figured out that overwriting the getClassName() does it, but the an icon still appears.

1 Like

I think mesh.reservedDataStore.hidden = true does the trick

3 Likes

Yes there is a trick for that:
Babylon.js Playground (babylonjs-playground.com)

5 Likes

Perfect. <3

2 Likes