You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation~/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ public class TriggerEvent : MonoBehaviour
88
88
## Passing Arguments
89
89
Often systems will require some context when they're being invoked. To solve this, this package provides a set of events with commonly used types which can be used to carry information.
90
90
91
-
### How to Trigger Events with Arguments
91
+
### How to Raise Events with Arguments
92
92
To create an event asset which carries information, right-click in the _Project Window_ and select an event with a specific type from _Create/Scriptable Event/*_ menu:
0 commit comments