View Single Post
  #4  
Old 08-31-2016, 04:24 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can add a custom name attribute to the node:

Code:
target.name = 'right_hand'
and get this name in the proximity event callback:

Code:
e.target.name
Reply With Quote