addElement method

void addElement(
  1. VRElement element
)

Implementation

void addElement(VRElement element) => elements.add(element);