Perform an action when an object is picked.
| <vizact>.onpick( | |
| node | |
| func | |
| *args |
)
node
The node3d object to handle
func
The function to call when the node3d object is picked with the left mouse button
*args
The arguments to pass to the function.
This will call the specified function with the specified arguments whenever the specified object is picked. Picking an object involves left clicking on it.
The pick event.