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