Property | Type | Description | |
---|---|---|---|
freeDrag | float | ||
grabSpeed | float | ||
grabbedDrag | float | ||
grabbedInteractTag | string | ||
springDamping | float | ||
springStrength | float |
Property | Type | Description | |
---|---|---|---|
anchor | Transform | ||
anchorBody | |||
beforeMovePosition | Vector3 | ||
gazeAnchor | Transform | ||
grabbed | bool | ||
lastParent | Transform | ||
lastPosition | Vector3 | ||
lastRotation | Quaternion | ||
moveToAnchor | bool | ||
moveToLastPosition | bool | ||
myJoint | |||
myRigidbody | |||
pointer | GazePointer, |
Method | Description | |
---|---|---|
OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool | ||
OnGrabbedHighlight ( Transform highlightedObject ) : bool | ||
OnInteract ( GazePointer, pointer ) : bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CreateAnchor ( ) : void | ||
CreateJoint ( ) : void | ||
FreeJoint ( ) : void | ||
GetMoveToAnchorOffsetPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedOffsetPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedRotation ( ) : Quaternion | ||
LimitJoint ( ) : void | ||
MoveToAnchorPosition ( ) : IEnumerator | ||
MoveToNotGrabbedPosition ( ) : IEnumerator | ||
OnObjectPutBack ( ) : void |
protected GetMoveToAnchorOffsetPosition ( ) : Vector3 | ||
return | Vector3 |
protected GetMoveToNotGrabbedOffsetPosition ( ) : Vector3 | ||
return | Vector3 |
protected GetMoveToNotGrabbedPosition ( ) : Vector3 | ||
return | Vector3 |
protected GetMoveToNotGrabbedRotation ( ) : Quaternion | ||
return | Quaternion |
protected MoveToAnchorPosition ( ) : IEnumerator | ||
return | IEnumerator |
protected MoveToNotGrabbedPosition ( ) : IEnumerator | ||
return | IEnumerator |
public OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool | ||
pointer | GazePointer, | |
objectToInteractWith | Transform | |
return | bool |
public OnGrabbedHighlight ( Transform highlightedObject ) : bool | ||
highlightedObject | Transform | |
return | bool |
public OnInteract ( GazePointer, pointer ) : bool | ||
pointer | GazePointer, | |
return | bool |
protected Rigidbody,UnityEngine anchorBody | ||
return |
protected ConfigurableJoint,UnityEngine myJoint | ||
return |
protected Rigidbody,UnityEngine myRigidbody | ||
return |