Type alias OutlinesType

OutlinesType: {
    dispose: (() => void);
    generate: (() => void);
    group: Group;
    updateProps: ((props) => void);
}

Type declaration

  • dispose: (() => void)
      • (): void
      • Returns void

  • generate: (() => void)

    Note: Call this method to generate the outline mesh

      • (): void
      • Note: Call this method to generate the outline mesh

        Returns void

  • group: Group
  • updateProps: ((props) => void)