Hello, How to pass an object to a function ?
I would like to pass an object to a function, and then manipulate it, for example:
Pass the object to the function (Object not yet created on the scene), by name?
Retrieve this object in the function.
Create the object on the scene from the function (retrieve the object from a function parameter), by name?.
Move the created object to a position on the scene.
How can I do that, please?