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.
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.
I think mesh.reservedDataStore.hidden = true does the trick
Yes there is a trick for that:
Babylon.js Playground (babylonjs-playground.com)
Perfect. <3