File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Assets/JCSUnity/Scripts/Effects/Tweener Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public class JCS_FloatTweener : MonoBehaviour
4040 private float mRealDuration = 1.0f ;
4141
4242#if UNITY_EDITOR
43- [ Separator ( "Helper Variables (JCS_ValueTweener )" ) ]
43+ [ Separator ( "Helper Variables (JCS_FloatTweener )" ) ]
4444
4545 [ Tooltip ( "Test component with key?" ) ]
4646 [ SerializeField ]
@@ -63,7 +63,7 @@ public class JCS_FloatTweener : MonoBehaviour
6363 private float mTweenToB = 5.0f ;
6464#endif
6565
66- [ Separator ( "Check Variables (JCS_ValueTweener )" ) ]
66+ [ Separator ( "Check Variables (JCS_FloatTweener )" ) ]
6767
6868 [ SerializeField ]
6969 [ ReadOnly ]
@@ -78,7 +78,7 @@ public class JCS_FloatTweener : MonoBehaviour
7878 [ ReadOnly ]
7979 private bool mAnimating = false ;
8080
81- [ Separator ( "Runtime Variables (JCS_ValueTweener )" ) ]
81+ [ Separator ( "Runtime Variables (JCS_FloatTweener )" ) ]
8282
8383 [ Tooltip ( "Do the tween effect?" ) ]
8484 [ SerializeField ]
You can’t perform that action at this time.
0 commit comments