applyEdit abstract method

ElementId? applyEdit(
  1. EditorEdit edit
)

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);