Class GameCameraSettingsCreator.Input
Everything needed to create or update the settings asset.
Inheritance
GameCameraSettingsCreator.Input
Assembly: Serenity.UnityGameCamera.Infrastructure.Editor.dll
public sealed class GameCameraSettingsCreator.Input
Constructors
Declaration
Fields
Declaration
public bool AutoDiscoverCameras
Field Value
Declaration
public SplitScreenLayout DefaultTwoPlayerLayout
Field Value
Declaration
public int ExcludeLayerMask
Field Value
Declaration
Field Value
Declaration
public bool ManageAudioListener
Field Value
Folder a brand-new settings asset is created under when none exists and SettingsAssetPath is empty.
Declaration
public string NewSettingsFolderPath
Field Value
Declaration
public bool RegisterAsAddressables
Field Value
Explicit settings asset path (a test seam and an already-known-asset fast path). When set, an
asset already present at this path is edited; when no asset exists there yet, a fresh one is
created at exactly this path instead of the project-wide search below. Leave empty for the
production behavior: find the single project-wide UnityGameCameraSettings asset,
or create one under NewSettingsFolderPath when none exists.
Declaration
public string SettingsAssetPath
Field Value