Namespace Serenity.GameCamera.Infrastructure.Editor
Classes
UnityGameCameraBinderEditor
Custom inspector for UnityGameCameraBinder. Shows the player-index field only when split-screen assignment is enabled, and warns when the GameObject has no UnityEngine.Camera component (the binder would have nothing to register).
UnityGameCameraExcludeEditor
Custom inspector for UnityGameCameraExclude: a HelpBox explaining the marker, no editable fields.
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.