Namespace Serenity.GameCamera.Infrastructure.Editor
Classes
UnityGameCameraExcludeEditor
Custom inspector for UnityGameCameraExclude: a HelpBox explaining the marker, no editable fields.
UnityGameCameraRegistrarEditor
Custom inspector for UnityGameCameraRegistrar. Shows the player-index field only when split-screen assignment is enabled, and warns when the GameObject has no UnityEngine.Camera component (the registrar would have nothing to register).
UnityGameCameraSettingsEditor
Custom inspector for UnityGameCameraSettings.
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, despite what
its doc comment implies (project gotcha, see UnityFeedbackSettingsEditor for the
same pattern). Every remaining field is therefore drawn explicitly below, with tooltips
aimed at a designer who has never touched the GameCamera aggregate before.