We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a897f45 commit b29a122Copy full SHA for b29a122
Assets/JCSUnity/Scripts/GUI/Text/JCS_TextAnimation.cs
@@ -52,11 +52,11 @@ public class JCS_TextAnimation
52
53
[Header("** Runtime Variables (JCS_TextAnimation) **")]
54
55
- [Tooltip("Timer active or not active.")]
+ [Tooltip("Animation active or not active.")]
56
[SerializeField]
57
private bool mActive = true;
58
59
- [Tooltip("Hold All text animation's frame.")]
+ [Tooltip("Hold all text animation's frame.")]
60
[TextArea]
61
public List<string> textFrame = null;
62
0 commit comments