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 fb7ad6a commit 22d7453Copy full SHA for 22d7453
Assets/JCSUnity/Scripts/GUI/JCS_Dropdown.cs
@@ -15,7 +15,7 @@
15
namespace JCSUnity
16
{
17
/// <summary>
18
- /// A better version of dropdown handle for UGUI.
+ /// A better version of dropdown handle for uGUI.
19
/// </summary>
20
[RequireComponent(typeof(Dropdown))]
21
public class JCS_Dropdown
@@ -32,8 +32,9 @@ public class JCS_Dropdown
32
33
private Dropdown mDropdown = null;
34
35
+
36
#if (UNITY_EDITOR)
- [Header("** Check Variables (JCS_Dropdown) **")]
37
+ [Header("** Helper Variables (JCS_Dropdown) **")]
38
39
[Tooltip("Test this component with key?")]
40
[SerializeField]
0 commit comments