Add OnPlayEnding to editor modules and windows

#3514
This commit is contained in:
Wojtek Figat
2025-06-16 14:56:35 +02:00
parent 117f890612
commit 90b6293bc2
4 changed files with 23 additions and 0 deletions

View File

@@ -76,6 +76,13 @@ namespace FlaxEditor.Modules
{
}
/// <summary>
/// Called when Editor will leave the play mode.
/// </summary>
public virtual void OnPlayEnding()
{
}
/// <summary>
/// Called when Editor leaves the play mode.
/// </summary>