applyEdit abstract method
Applies a generic edit to the canonical base scene.
The edit is routed through the document adapter, history, and render pipeline, so host-specific canonical metadata can be preserved, removed, or remapped as required.
Implementation
rt.ElementId? applyEdit(EditorEdit edit);