replace Todo doc comments

This commit is contained in:
xxSeys1
2025-05-05 15:15:32 +02:00
parent 5b618b4f31
commit 87787cb5bf

View File

@@ -60,12 +60,12 @@ namespace FlaxEditor.Options
public sealed class InputOptions
{
/// <summary>
/// TODO.
/// Gets a value based on the current settings that indicates wether window shortcuts will be avaliable during play mode.
/// </summary>
public static bool WindowShortcutsAvaliable => !Editor.IsPlayMode || Editor.Instance.Options.Options.Input.PlayModeWindowShortcutAvaliability == PlayModeShortcutAvailability.All;
/// <summary>
/// TODO.
/// Gets a value based on the current settings that indicates wether the profiler window shortcut will be avaliable during play mode.
/// </summary>
public static bool ProfilerShortcutAvaliable => WindowShortcutsAvaliable || Editor.Instance.Options.Options.Input.PlayModeWindowShortcutAvaliability == PlayModeShortcutAvailability.ProfilerOnly;