JointBasedGrabbableModifier
Description
A concrete implementation of the Grabbable abstract class. It provides specific functionality for objects that can be grabbed with joint-based properties, interacting with the world around them.
Public properties
Grabbable Grabbable
Public methods
override void Attach()
creates a joint connection between the object and parent
override void Detach
resets rigibody values and destroys the joint connection between the object and parent
Last updated