Lue englanniksi Muokkaa

Jaa


MixedReality.Toolkit.Experimental Namespace

Classes

BubbleChildHoverEvents

A InteractableParentEventRoute<S,T> that retransmits hover events from child game objects up the hierarchy, to the child game object's parents.

BubbleChildSelectEvents

A InteractableParentEventRoute<S,T> that retransmits select events from child game objects up the hierarchy, to the child game object's parents.

InteractableChildrenEventRoute<S,T>

A InteractableEventRoute<S,T> that targets child game objects the are children of interactables.

InteractableEventRoute<S,T>

A IXRInteractableEventRoute that relays IXRInteractable events from interactables to game objects that contain IXRInteractableEventRouteTarget components.

InteractableEventRouter

A Unity component that is capable of routing child events to other child and parent target objects that contain a IXRInteractableEventRouteTarget component.

InteractableEventRouterChildSource

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.

InteractableParentEventRoute<S,T>

A InteractableEventRoute<S,T> that targets child game objects the are parents of interactables.

TrickleChildHoverEvents

A InteractableParentEventRoute<S,T> that retransmits hover events from child game objects down the hierarchy, to the child game object's children.

TrickleChildSelectEvents

A InteractableParentEventRoute<S,T> that retransmits select events from child game objects down the hierarchy, to the child game object's children.

Interfaces

IXRHoverInteractableChild

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

IXRHoverInteractableParent

A specialized IXRInteractableEventRouteTarget that represents a parent of a Unity IXRHoverInteractable.

IXRInteractableEventRoute

This interface represents an object that relays IXRInteractable events from interactables to game objects that contain IXRInteractableEventRouteTarget components.

IXRInteractableEventRouteTarget

This interface represents a target for events transmitted by IXRInteractableEventRoute.

IXRSelectInteractableChild

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

IXRSelectInteractableParent

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