Skip to content

Commit bc74658

Browse files
committed
Fixed two tooltip texts.
1 parent a0ccd9a commit bc74658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Unity/OpenSee.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ public class OpenSeeData {
4141
public float rightEyeOpen;
4242
[Tooltip("This field tells you how likely it is that the left eye is open.")]
4343
public float leftEyeOpen;
44-
[Tooltip("This field tells you how likely it is that the right eye is open.")]
44+
[Tooltip("This field contains the rotation of the right eyeball.")]
4545
public Quaternion rightGaze;
46-
[Tooltip("This field tells you how likely it is that the left eye is open.")]
46+
[Tooltip("This field contains the rotation of the left eyeball.")]
4747
public Quaternion leftGaze;
4848
[Tooltip("This field tells you if 3D points have been successfully estimated from the 2D points. If this is false, do not rely on pose or 3D data.")]
4949
public bool got3DPoints;

0 commit comments

Comments
 (0)