NodeChange constructor
NodeChange(})
Records the changed aspects of node id.
Implementation
NodeChange(
this.id, {
this.transform = false,
this.name = false,
this.layers = false,
this.visible = false,
this.reparented = false,
this.components = false,
this.skin = false,
});