Interface IVirtualDressingRoom

A factory interface to create assets.

Hierarchy

Accessors

  • set garmentInfoDotsUpdatedCallback(callback: undefined | ((infoDotLocations: {
        x: number;
        y: number;
    }[]) => void)): void
  • Parameters

    • callback: undefined | ((infoDotLocations: {
          x: number;
          y: number;
      }[]) => void)

    Returns void

Methods

Generated using TypeDoc