Merge branch 'deprecation_messages' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-deprecation_messages

This commit is contained in:
Wojtek Figat
2024-07-24 16:41:49 +02:00
35 changed files with 132 additions and 71 deletions

View File

@@ -28,7 +28,7 @@ namespace FlaxEngine
/// <summary>
/// Occurs when event is triggered (e.g. user pressed a key). Called before scripts update.
/// </summary>
[System.Obsolete("Depreciated in 1.7, use Pressed Action.")]
[System.Obsolete("Use Pressed instead")]
public event Action Triggered;
/// <summary>