InteractableParentEventRoute<S,T> Class

Definition

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

C#
public abstract class InteractableParentEventRoute<S,T> : MixedReality.Toolkit.Experimental.InteractableEventRoute<S,T> where S : IXRInteractable where T : IXRInteractableEventRouteTarget

Type Parameters

S

The specialized type of IXRInteractable that will be registered with this. Only events originating from this type will be handled.

T

The specialized type of IXRInteractableEventRouteTarget that will receive interactable events.

Inheritance
InteractableParentEventRoute<S,T>
Derived

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.

Constructors

Methods

GetTargets(GameObject, List<T>)

Search for and return all IXRInteractableEventRouteTarget objects that should receive events from the registered IXRInteractable objects.

OnEnabled(GameObject)

Enable this event route by searching for IXRInteractableEventRouteTarget.

(Inherited from InteractableEventRoute<S,T>)
Register(IXRInteractable)

Starts listening to events from an unregistered IXRInteractable.

(Inherited from InteractableEventRoute<S,T>)
Register(S, T)

Add event handlers that will handle events from the source and direct them to the target.

(Inherited from InteractableEventRoute<S,T>)
Unregister(IXRInteractable)

Stop listening to events from a registered IXRInteractable.

(Inherited from InteractableEventRoute<S,T>)
Unregister(S, T)

Remove event handlers that are handling events from the source and directing them to the target.

(Inherited from InteractableEventRoute<S,T>)

Applies to

Tuote Versiot
MRTK3 Core Definitions 3.0, 3.1, 3.2