| | 1 | | namespace DCL.SettingsCommon |
| | 2 | | { |
| | 3 | | public static class CommonSettingsScriptableObjects |
| | 4 | | { |
| | 5 | | private static BooleanVariable shadowsDisabledValue; |
| 3 | 6 | | public static BooleanVariable shadowsDisabled => CommonScriptableObjects.GetOrLoad(ref shadowsDisabledValue, "Sc |
| | 7 | |
|
| | 8 | | private static BooleanVariable detailObjectCullingDisabledValue; |
| 3 | 9 | | public static BooleanVariable detailObjectCullingDisabled => CommonScriptableObjects.GetOrLoad(ref detailObjectC |
| | 10 | |
|
| | 11 | | private static BooleanVariable dynamicSkyboxDisabledValue; |
| 1 | 12 | | public static BooleanVariable dynamicSkyboxDisabled => CommonScriptableObjects.GetOrLoad(ref dynamicSkyboxDisabl |
| | 13 | | } |
| | 14 | | } |