bringForward static method

EditorEdit bringForward(
  1. ElementId id
)

Implementation

static EditorEdit bringForward(rt.ElementId id) {
  return (scene) {
    return EditorEditResult(
      scene: rt.SceneTreeOps.bringForward(scene, id),
      primaryId: id,
    );
  };
}