|
|
|
|
|
|
); |
|
|
|
|
|
|
|
public static readonly CED.IDrawer SectionProxyVolumeSettings = CED.FoldoutGroup( |
|
|
|
"Proxy volume", |
|
|
|
"Proxy Volume", |
|
|
|
(s, p, o) => s.isSectionExpandedProxyVolume, |
|
|
|
FoldoutOption.Indent, |
|
|
|
CED.Action(Drawer_ProxyVolume) |
|
|
|
|
|
|
"Influence volume settings", |
|
|
|
"Influence Volume", |
|
|
|
(s, p, o) => s.isSectionExpandedInfluenceVolume, |
|
|
|
FoldoutOption.Indent, |
|
|
|
CED.Action(Drawer_InfluenceAdvancedSwitch), |
|
|
|
|
|
|
public static readonly CED.IDrawer SectionInfluenceProxyMismatch = CED.Action(Drawer_InfluenceProxyMissmatch); |
|
|
|
|
|
|
|
public static readonly CED.IDrawer SectionCaptureSettings = CED.FoldoutGroup( |
|
|
|
"Capture settings", |
|
|
|
"Capture Settings", |
|
|
|
(s, p, o) => s.isSectionExpandedCaptureSettings, |
|
|
|
FoldoutOption.Indent, |
|
|
|
CED.Action(Drawer_CaptureSettings) |
|
|
|
|
|
|
"Artistic settings", |
|
|
|
"Artistic Settings", |
|
|
|
(s, p, o) => s.isSectionExpandedAdditional, |
|
|
|
FoldoutOption.Indent, |
|
|
|
CED.Action(Drawer_AdditionalSettings) |
|
|
|