Skip to content

Class Manus::Interaction::GrabbedObject::Info

ClassList > Manus > Interaction > GrabbedObject > Info

This class contains information on a certain grab.

Public Attributes

Type Name
Collider collider
float distance
Vector3 handToObject
Quaternion handToObjectRotation
HandGrab interactor
Vector3 nearestColliderPoint
Vector3 objectInteractorForward
Vector3 objectToHand
Quaternion objectToHandRotation

Public Functions

Type Name
Info (HandGrab p_Hand)

Public Attributes Documentation

variable collider

Collider Manus.Interaction.GrabbedObject.Info.collider;

variable distance

float Manus.Interaction.GrabbedObject.Info.distance;

variable handToObject

Vector3 Manus.Interaction.GrabbedObject.Info.handToObject;

variable handToObjectRotation

Quaternion Manus.Interaction.GrabbedObject.Info.handToObjectRotation;

variable interactor

HandGrab Manus.Interaction.GrabbedObject.Info.interactor;

variable nearestColliderPoint

Vector3 Manus.Interaction.GrabbedObject.Info.nearestColliderPoint;

variable objectInteractorForward

Vector3 Manus.Interaction.GrabbedObject.Info.objectInteractorForward;

variable objectToHand

Vector3 Manus.Interaction.GrabbedObject.Info.objectToHand;

variable objectToHandRotation

Quaternion Manus.Interaction.GrabbedObject.Info.objectToHandRotation;

Public Functions Documentation

function Info

inline Manus::Interaction::GrabbedObject::Info::Info (
    HandGrab p_Hand
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Interaction/GrabbedObject.cs