Options
All
  • Public
  • Public/Protected
  • All
Menu

Util class for UI controls.

Hierarchy

  • UIControlsService

Index

Methods

Static addOnClickCallback

  • Adds the callback that is called when the control is clicked.

    Parameters

    Returns void

Static addOnDownCallback

  • Adds the callback that is called when the control is pressed.

    Parameters

    Returns void

Static addOnEnterCallback

  • Adds the callback that is called when the mouse cursor enters the control's bounds.

    Parameters

    Returns void

Static addOnLeaveCallback

  • Adds the callback that is called when the mouse cursor leaves the control's bounds.

    Parameters

    Returns void

Static addOnUpCallback

  • Adds the callback that is called when the control is released.

    Parameters

    Returns void

Generated using TypeDoc