Class BaseRegistrationEventArgs
Event data associated with a registration event with an XRInteractionManager.
Inherited Members
Namespace: UnityEngine.XR.Interaction.Toolkit
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public abstract class BaseRegistrationEventArgs
Properties
manager
The Interaction Manager associated with the registration event.
Declaration
public XRInteractionManager manager { get; set; }
Property Value
Type | Description |
---|---|
XRInteractionManager |