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 e825427 commit 3516787Copy full SHA for 3516787
Assets/JCSUnity/Scripts/Util/JCS_Enum.cs
@@ -37,7 +37,7 @@ public static IEnumerable<U> GetValues<T, U>()
37
}
38
39
/// <summary>
40
- /// Return enum in true form.
+ /// Get the value for each enum, in the type of `Enum`.
41
/// </summary>
42
public static IEnumerable<Enum> GetValuesE<T>()
43
{
0 commit comments