[Go to site: main page, start]

Function drawGroup

  • A hook event that fires when a CanvasGroup is drawn. The dispatched event name replaces "Group" with the named CanvasGroup subclass, i.e. "drawPrimaryCanvasGroup".

    Parameters

    • group: CanvasGroup

      The group being drawn.

    • options: object

      Options which configure how the group is drawn.

    Returns void