lines property

  1. @protected
List<Line>? lines
getter/setter pair

The list of lines used by the behaviour to hold the spawned lines.

Implementation

@protected
List<Line>? lines;