Hi everyone, I started to study the GDscript.
I have a question and I can not find a complete answer to this question
I have root spatial
he has a child object MeshInstance (name - Clone)
MeshInstance has Spatialmaterial (name - carpet.material)
Spatialmaterial has a parameter Grow Amount (property name - params_grow_amount)
Root Spatial has a script
Script has a function func _on_Area_mouse_entered():
How do I get the parameter (params_grow_amount) in the root script to then change it in this function?