I’d like to create a function that hides an object, preferably by fading it out over the course of a few seconds. Can I use some function on the ModelComponent like hide(), or do I have to pull a list of all Model mesh instances, iterate through those and work on the material of that mesh somehow? Looking through the API I can’t seem to find any opacity properties on the Material object for example.