Add leaderboards to Online interface

https://github.com/FlaxEngine/OnlinePlatformSteam/issues/2
This commit is contained in:
Wojtek Figat
2025-03-25 13:35:50 +01:00
parent 4e14035281
commit 9cf7046a5b
2 changed files with 178 additions and 0 deletions

View File

@@ -102,6 +102,14 @@ API_CLASS(Namespace="FlaxEditor.Content.Settings") class FLAXENGINE_API GDKPlatf
API_FIELD(Attributes="EditorOrder(330), EditorDisplay(\"Xbox Live\")")
StringAnsi SCID;
#if !BUILD_RELEASE
/// <summary>
/// Enables debugging Xbox Live via verbose tracing.
/// </summary>
API_FIELD(Attributes="EditorOrder(370), EditorDisplay(\"Xbox Live\")")
bool DebugXboxLive = false;
#endif
/// <summary>
/// Specifies if the Game DVR system component is enabled or not.
/// </summary>