Interface TriggerAreaEventsSystem

Hierarchy

  • TriggerAreaEventsSystem

Methods

  • Execute callback when an entity enters the Trigger Area

    Parameters

    Returns void

  • Execute callback when an entity exits the Trigger Area

    Parameters

    Returns void

  • Execute callback when an entity stays in the Trigger Area

    Parameters

    Returns void

  • Remove the callback for Trigger Area 'Enter' type of result

    Parameters

    • entity: Entity

      Entity where the Trigger Area was attached

    Returns void

  • Remove the callback for Trigger Area 'Exit' type of result

    Parameters

    • entity: Entity

      Entity where the Trigger Area was attached

    Returns void

  • Remove the callback for Trigger Area 'Stay' type of result

    Parameters

    • entity: Entity

      Entity where the Trigger Area was attached

    Returns void