API (v2.0.0) - Giro3D
    Preparing search index...

    Type Alias ShapeModifiedCallback<T>

    ShapeModifiedCallback: (arg: { shape: Shape } & T) => void

    A callback that is called after a shape has been modified.

    Type Parameters

    • T

    Type Declaration

      • (arg: { shape: Shape } & T): void
      • Parameters

        • arg: { shape: Shape } & T
          • shape: Shape

            The modified shape.

        Returns void