IXRSelectInteractableChild Interface

Definition

A specialized IXRInteractableEventRouteTarget that represents a child of a Unity IXRSelectInteractable.

C#
public interface IXRSelectInteractableChild : MixedReality.Toolkit.Experimental.IXRInteractableEventRouteTarget
Implements

Remarks

This is an experimental feature. This class is early in the cycle, it has been labeled as experimental to indicate that it is still evolving, and subject to change over time. Parts of the MRTK, such as this class, appear to have a lot of value even if the details haven't fully been fleshed out. For these types of features, we want the community to see them and get value out of them early enough so to provide feedback.

Methods

OnParentSelectEntered(SelectEnterEventArgs)

When a parent game object's interactable receives a "select entered" event, this function will be invoked.

OnParentSelectExited(SelectExitEventArgs)

When a parent game object's interactable receives a "select exited" event, this function will be invoked.

Applies to

Product Versions
MRTK3 Core Definitions 3.0, 3.1, 3.2