Table of Contents Chapter Index Previous Slide Next Slide 309
A Sample Prototype Use

Creating New Node Types

A Sample Prototype Use
  • Sample:
    PROTO Robot [
        field MFString name "Bill"
        field SFBool   enabled TRUE
        . . .
    ] {
        . . .
    }