Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.OdinInspector.Editor |
[SirenixEditorConfig]
public class ImportSettingsConfig : GlobalConfig<ImportSettingsConfig>, IGlobalConfigEvents
public ImportSettingsConfig()
[ShowInInspector]
[LabelWidth(270F)]
[EnumToggleButtons]
[EnableIf("EnableApplyButton")]
[BoxGroup("SelectApplyBox", true, false, 0F, ShowLabel = false)]
[HorizontalGroup("SelectApplyBox/Select", 590F, 0, 0, 0F)]
public ImportSettingsConfig.OdinAssemblyOptions AssemblyBuildConfiguration { get; set; }
[ShowInInspector]
[BoxGroup("AutomateBox", true, false, 0F, ShowLabel = false)]
[LabelWidth(270F)]
[SuffixLabel("$AutomateSuffix", false)]
[DisableIf("editorOnlyMode")]
[EnableIf("IsAutomationSupported")]
public bool AutomateBeforeBuild { get; set; }
public static bool IsAutomationSupported { get; }
public void ApplyImportSettings()
public ImportSettingsConfig.OdinAssemblyOptions GetRecommendedOption()