Class UnityLeaderboardSettingsEditor
Custom inspector for UnityLeaderboardSettings.
NOTE: the Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1 base OnInspectorGUI draws ONLY the
header + Id/Guid fields — it does NOT draw the remaining serialized fields (see
UnityGameCameraSettingsEditor for the same documented gotcha). Every remaining
field is therefore drawn explicitly below, with tooltips aimed at a designer who has never
touched the Leaderboard aggregate before.
Namespace: Serenity.Leaderboard.Infrastructure.Editor
Assembly: Serenity.UnityLeaderboard.Infrastructure.Editor.dll
Syntax
public class UnityLeaderboardSettingsEditor : FoundationEditor<UnityLeaderboardSettings>
Constructors
UnityLeaderboardSettingsEditor()
Declaration
public UnityLeaderboardSettingsEditor()
Methods
DrawSerializedFields()
Suppresses base auto-drawing; all fields are drawn explicitly below.
Declaration
protected override void DrawSerializedFields()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()