Skip to content

Commit

Permalink
Edit doc comment for MethodButtonAttribute class.
Browse files Browse the repository at this point in the history
  • Loading branch information
GlassToeStudio committed Feb 17, 2019
1 parent e0331a1 commit 30f3fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// <summary>
/// Usage:
/// <para> #if UNITY_EDITOR</para>
/// <para> [MethodButton("MethodName1", "MethodName2", "MethodNameN")] // Must match a public method name!</para>
/// <para> [MethodButton("MethodName1", "MethodName2", "MethodNameN")] // Must match a the method name!</para>
/// <para> [SerializeField] private bool showButtons; // this bool is mandatory!</para>
/// <para> #endif</para>
/// </summary>
Expand Down

0 comments on commit 30f3fe0

Please sign in to comment.