IXRSelectInteractableChild Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A specialized IXRInteractableEventRouteTarget that represents a child of a Unity IXRSelectInteractable.
public interface IXRSelectInteractableChild : MixedReality.Toolkit.Experimental.IXRInteractableEventRouteTarget
type IXRSelectInteractableChild = interface
interface IXRInteractableEventRouteTarget
Public Interface IXRSelectInteractableChild
Implements IXRInteractableEventRouteTarget
- Implements
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.
On |
When a parent game object's interactable receives a "select entered" event, this function will be invoked. |
On |
When a parent game object's interactable receives a "select exited" event, this function will be invoked. |
Product | Versions |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |