Table of Contents Chapter Index Previous Slide Next Slide 312
Understanding Interface Event Use

Creating New Node Types

Understanding Interface Event Use
  • The IS syntax can also pass events
    PROTO Robot [
        eventOut SFVec3f position_changed
    ] {
        Script {
            eventOut SFVec3f position_changed
                IS position_changed
        }
    }