Hi Team,
Just asking is there any option in inspector to check or play with outline width???
currently i saw in inspector there is no option to control the width of outline.
You may create your own custom block for Inspector to play with values - Babylon.js docs
Simply define your custom properties in the node’s inspectableCustomProperties
array, and they will be available under the CUSTOM heading after selecting the node in the inspector.
2 Likes
Officially added