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

    Type Alias PostHook<T>

    PostHook: (args: T) => void

    A hook that is triggered just after a modification of the shape's points.

    Type Parameters

    • T

      The argument type of the hook.

    Type Declaration

      • (args: T): void
      • Parameters

        • args: T

        Returns void