File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Assets/JCSUnity/Scripts/GameObject/3D Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments