MixedReality.Toolkit.Experimental Namespace
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.
Bubble |
A InteractableParentEventRoute<S,T> that retransmits hover events from child game objects up the hierarchy, to the child game object's parents. |
Bubble |
A InteractableParentEventRoute<S,T> that retransmits select events from child game objects up the hierarchy, to the child game object's parents. |
Interactable |
A InteractableEventRoute<S,T> that targets child game objects the are children of interactables. |
Interactable |
A IXRInteractableEventRoute that relays IXRInteractable events from interactables to game objects that contain IXRInteractableEventRouteTarget components. |
Interactable |
A Unity component that is capable of routing child events to other child and parent target objects that contain a IXRInteractableEventRouteTarget component. |
Interactable |
A Unity component that provides a mechanism to handle children being dynamically added to a container. A InteractableEventRouter can use this class to determine when children are dynamically added to a container. |
Interactable |
A InteractableEventRoute<S,T> that targets child game objects the are parents of interactables. |
Trickle |
A InteractableParentEventRoute<S,T> that retransmits hover events from child game objects down the hierarchy, to the child game object's children. |
Trickle |
A InteractableParentEventRoute<S,T> that retransmits select events from child game objects down the hierarchy, to the child game object's children. |
IXRHover |
A specialized IXRInteractableEventRouteTarget that represents a child of a Unity IXRHoverInteractable. |
IXRHover |
A specialized IXRInteractableEventRouteTarget that represents a parent of a Unity IXRHoverInteractable. |
IXRInteractable |
This interface represents an object that relays IXRInteractable events from interactables to game objects that contain IXRInteractableEventRouteTarget components. |
IXRInteractable |
This interface represents a target for events transmitted by IXRInteractableEventRoute. |
IXRSelect |
A specialized IXRInteractableEventRouteTarget that represents a child of a Unity IXRSelectInteractable. |
IXRSelect |
A specialized IXRInteractableEventRouteTarget that represents a parent of a Unity IXRSelectInteractable. |