Skip to content

Commit c355207

Browse files
committed
Org doc.
1 parent d575412 commit c355207

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Assets/JCSUnity/Scripts/GameObject/3D/JCS_3DHintBubble.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ public class JCS_3DHintBubble
5353

5454
[Header("** Check Variables (JCS_3DHintBubble) **")]
5555

56-
[Tooltip("Tweener handler to do tween to the bubble hint.")]
56+
[Tooltip("Tweener handler to do tween to the hint bubble.")]
5757
[SerializeField]
5858
private JCS_TweenerHandler mTweenerHandler = null;
5959

60-
[Tooltip("Fade the bubble hint.")]
60+
[Tooltip("Fade the hint bubble.")]
6161
[SerializeField]
6262
private JCS_FadeObject mFadeObject = null;
6363

@@ -105,7 +105,7 @@ public void SendText(string msg)
105105
}
106106

107107
/// <summary>
108-
/// Active this bubble hint.
108+
/// Active this hint bubble.
109109
/// </summary>
110110
public void Active()
111111
{
@@ -114,7 +114,7 @@ public void Active()
114114
}
115115

116116
/// <summary>
117-
/// Deactive this bubble hint.
117+
/// Deactive this hint bubble.
118118
/// </summary>
119119
public void Deactive()
120120
{

0 commit comments

Comments
 (0)