![]() |
AR Design
UBC EML collab with UBC SALA - visualizing IoT data in AR
|
Go to the source code of this file.
Classes | |
| class | HoloToolkit.Unity.InputModule.Examples.Grabbables.Grabber |
| Extends its behaviour from BaseGrabber. This is non-abstract script that's actually attached to the gameObject that will be grabbing/carrying the object. More... | |
Namespaces | |
| namespace | HoloToolkit.Unity.InputModule.Examples.Grabbables |
| //Intended Usage// Attach a "grabbable_x" script (a script that inherits from this) to any object that is meant to be grabbed create more specific grab behavior by adding additional scripts/components to the game object, such as scalableObject, rotatableObject, throwableObject | |