Skip to main content

ControllerAddActiveArea

Callable

  • ControllerAddActiveArea(X: number, Y: number): void

  • Adds a point to the active points list.


    Parameters

    • X: number

      The X coordinate of the point

    • Y: number

      The Y coordinate of the point

    Returns void