Attachment constructor

Attachment(
  1. LocalId node, {
  2. LocalId? parent,
})

Attaches host node node under prefab-local parent.

Implementation

Attachment(this.node, {this.parent});