renderItems property
The render items registered for this component's mesh primitives, empty while not mounted. Exposed so a subclass (the LOD component) can tag the items it just registered.
Implementation
@protected
List<RenderItem> get renderItems => _renderItems;