浏览代码

Removed the name field from the GraphicsPreset scriptable object and added a qualityLevel enumerator instead which can be cast to the name as well and is easier to use in the inspector

/main
Ayhan Sakarya 4 年前
当前提交
3129dcbe
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 6
      UOP1_Project/Assets/Scripts/Systems/Settings/GraphicsPresets.asset

6
UOP1_Project/Assets/Scripts/Systems/Settings/GraphicsPresets.asset


m_Name: GraphicsPresets
m_EditorClassIdentifier:
presetList:
- name: Low
- qualityLevel: 0
- name: Middle
- qualityLevel: 1
- name: High
- qualityLevel: 2
shadowQuality: 2
anisotropicFiltering: 2
antiAliasing: 8
正在加载...
取消
保存