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 daf85a2 commit c2897cdCopy full SHA for c2897cd
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs
@@ -520,7 +520,7 @@ public PlayerNotifications notificationBehavior
520
/// This array is only used if <see cref="notificationBehavior"/> is set to
521
/// <see cref="UnityEngine.InputSystem.PlayerNotifications.InvokeUnityEvents"/>.
522
///
523
- /// The list of actions will be dependent on the <see cref="InputActionAsset"/> specified in the <see cref="PlayerInputEditor"/> UI.
+ /// The list of actions will be dependent on the <see cref="InputActionAsset"/> specified in the <see cref="PlayerInput"/> Editor UI.
524
/// </remarks>
525
public ReadOnlyArray<ActionEvent> actionEvents
526
{
0 commit comments