Property | Type | Description | |
---|---|---|---|
size | int | ||
trigger | GameObject |
Method | Description | |
---|---|---|
OffInteract ( GazePointer, pointer, Transform objectToInteractWith ) : bool | ||
OnInteract ( GazePointer, pointer ) : bool |
Method | Description | |
---|---|---|
GetMoveToAnchorOffsetPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedOffsetPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedPosition ( ) : Vector3 | ||
GetMoveToNotGrabbedRotation ( ) : Quaternion | ||
MoveToAnchorPosition ( ) : IEnumerator | ||
MoveToNotGrabbedPosition ( ) : IEnumerator |
Method | Description | |
---|---|---|
Start ( ) : void | ||
Update ( ) : 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 OnInteract ( GazePointer, pointer ) : bool | ||
pointer | GazePointer, | |
return | bool |