Table of contents Chapter index Previous slide Next slide 56
Including children

Transforming shapes
Including children
  • The children field includes a list of one or more nodes
    Transform {
    
        . . .
    
        children [
    
            Shape { . . . }
    
            Shape { . . . }
    
            Transform { . . . }
    
            . . .
    
        ]
    
    }