reticle property
Specifies the reticle visual component to be used by the ReticleVertexTool.
A default GeometryEditorReticle is provided if a new one is not assigned.
Implementation
GeometryEditorReticle get reticle => _reticle.value;
Implementation
set reticle(GeometryEditorReticle value) => _reticle.value = value;