Currently one can do:
- BABYLON.InspectableType.Checkbox
- BABYLON.InspectableType.Slider
- BABYLON.InspectableType.Color3
- BABYLON.InspectableType.Vector3
- BABYLON.InspectableType.Quaternion
- BABYLON.InspectableType.String
In addition I would like to be able to do:
- ReadonlyString, (or possible add another property where all properties can be read only)
- MultilineString, (because we have some debug which takes multiple lines)
- Button