What is the purpose of the method getUserData(key)?
What is the purpose of the method getUserData(key)? Correct Answer Returns the associated object
The method getUserData(key) returns the object associated to a key on a this node. The object must first have been set to this node by calling setUserData with the same key.