Modernize the code to use unified scene access #3513

This commit is contained in:
Wojtek Figat
2025-08-28 23:48:25 +02:00
parent 703e0cb7ca
commit d47ac95681
9 changed files with 64 additions and 23 deletions

View File

@@ -641,5 +641,8 @@ namespace FlaxEditor.Windows.Assets
/// <inheritdoc />
public bool LockSelection { get; set; }
/// <inheritdoc />
public ISceneEditingContext SceneContext => null;
}
}