Skip to content

Commit ff5cce8

Browse files
Update ExampleClass and Usage gif
1 parent 70f581b commit ff5cce8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Assets/Demo/Scripts/MethodButtonTest.cs renamed to Assets/Demo/Scripts/ExampleClass.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using UnityEngine;
22

3-
public class MethodButtonTest : MonoBehaviour
3+
public class ExampleClass : MonoBehaviour
44
{
5-
public int SomeInt;
6-
public bool SomeBool;
5+
public int ExampleInt;
6+
public bool ExampleBool;
77

88
public void DoAThing()
99
{

Images/MethodButtonAttribute.gif

-13.4 KB
Loading

0 commit comments

Comments
 (0)