1 | The class should be extended from vrml.node.Script. |
2 | initialize() and shutdown() methods of vrml.node.Script class is exactly the same we saw in ECMAScript version. |
3 | processEvents(int count, vrml.Event evts[]) is called when the script receives some set of events. |
4 | count indicates the number of events delivered. evts is the array of events delivered. |