Type alias NodeEvent

NodeEvent: {
    nodeId: string;
    position: XYZ;
    rotation: XYZW;
    scale: XYZ;
}

Event triggered when a node position, rotation or scale changes

Type declaration

  • nodeId: string
  • position: XYZ
  • rotation: XYZW
  • scale: XYZ

Generated using TypeDoc