UltimateXR.Manipulation.Helpers Namespace
Classes
| Class | Description |
---|
| UxrAlignOnRelease |
Aligns an object smoothly whenever it is released to keep it leveled. Should be used on non physics-driven grabbable objects, which remain floating in the air when being released. |
| UxrDependentGrabbable |
Component that allows an object be grabbed only if another object is being grabbed. For instance, it can be added to a grenade pin to make sure the pin is never grabbed unless the grenade is being grabbed too. Otherwise the pin could be removed by mistake when trying to grab the grenade. |
| UxrReturnGrabbableObject |
Component that will always return an UxrGrabbableObject to the UxrGrabbableObjectAnchor it was grabbed from whenever it is released. |