Add leaderboards to Online interface
https://github.com/FlaxEngine/OnlinePlatformSteam/issues/2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user