CopyFieldsFrom copies the fields of the node from the given node. By default, it is [NodeBase.CopyFieldsFrom], which automatically does a deep copy of all of the fields of the node that do not a have a `copier:"-"` struct tag. Node types should only implement a custom CopyFieldsFrom method when they
(from Node)
| 67 | // [cogentcore.org/core/core.WidgetBase.CopyFieldsFrom] for an example of a |
| 68 | // custom CopyFieldsFrom method. |
| 69 | CopyFieldsFrom(from Node) |
| 70 | |
| 71 | // This is necessary for tree planning to work. |
| 72 | plan.Namer |
no outgoing calls