Guides

VRTK_UIDropZone

extends MonoBehaviour, IPointerEnterHandler, IPointerExitHandler

Overview

Specifies a Unity UI Element as being a valid drop zone location for a UI Draggable element.

It's appropriate to use a Panel UI element as a drop zone with a layout group applied so new children dropped into the drop zone automatically align.

Script Usage:

  • Place the VRTK_UIDropZone script on the Unity UI element that is to become the drop zone.

Example

VRTK/Examples/034_Controls_InteractingWithUnityUI demonstrates a collection of UI Drop Zones.