File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed
Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ Customize your own button sound base on different circumstance.
3636
3737## Functions
3838
39- | Name | Description |
40- | :--------------------- | :------- --------------------------|
41- | ItOnMouseOver | Call when on mouse over. |
42- | ItOnMouseExit | Call when on mouse exit. |
43- | ItOnMouseDown | Call when on mouse down. |
44- | ItOnMouseUp | Call when on mouse up. |
45- | ItOnMouseClick | Call when on mouse click. |
39+ | Name | Description |
40+ | :---------------| : --------------------------|
41+ | ItOnMouseEnter | Call when on mouse enter. |
42+ | ItOnMouseExit | Call when on mouse exit. |
43+ | ItOnMouseDown | Call when on mouse down. |
44+ | ItOnMouseUp | Call when on mouse up. |
45+ | ItOnMouseClick | Call when on mouse click. |
Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ Button wrapper for more usable functionalities.
2222ExampleButton.cs
2323
2424``` cs
25- class ExampleButton : JCS_Button {
26- public override void OnClick () {
25+ public class ExampleButton : JCS_Button
26+ {
27+ public override void OnClick ()
28+ {
2729 Debug .Log (" On click!" " );
2830 }
2931 }
You can’t perform that action at this time.
0 commit comments