UxrManipulationEventArgs Constructor
Constructor.
Namespace: UltimateXR.Manipulation
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public UxrManipulationEventArgs(
UxrGrabbableObject grabbableObject,
UxrGrabbableObjectAnchor grabbableAnchor,
UxrGrabber grabber,
int grabPointIndex = 0,
bool isMultiHands = false,
bool isSwitchHands = false
)
Parameters
- grabbableObject
- Type: UltimateXR.Manipulation.UxrGrabbableObject
Grabbable object - grabbableAnchor
- Type: UltimateXR.Manipulation.UxrGrabbableObjectAnchor
Grabbable object anchor - grabber
- Type: UltimateXR.Manipulation.UxrGrabber
Grabber - grabPointIndex (Optional)
- Type: System.Int32
Grab point index - isMultiHands (Optional)
- Type: System.Boolean
Whether the event was a result of a manipulation with more than one hand - isSwitchHands (Optional)
- Type: System.Boolean
Whether the event was a result of passing the grabbable object from one hand to the other
See Also
Reference
UxrManipulationEventArgs Class
UltimateXR.Manipulation Namespace