Suppose a variable can be of two types
var test_var = Transform()
or var test_var = get_node('node')
How to recognize the type of a variable?
Those. If the test_var
is transformation, then return 'this transformation', and if the test_var
is node, then return 'this node'.