浏览代码

Minor reodering

/main
sebastienlagarde 7 年前
当前提交
96a51c41
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 10
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/Material/StackLit/StackLitUI.cs

10
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/Material/StackLit/StackLitUI.cs


{
new GroupProperty(this, "_MaterialFeatures", "Material Features", new BaseProperty[]
{
EnableSSS,
EnableTransmission,
EnableCoat,
EnableAnisotropy,
EnableIridescence
EnableAnisotropy,
EnableCoat,
EnableIridescence,
EnableSSS,
EnableTransmission
}),
new GroupProperty(this, "_Standard", "Standard", new BaseProperty[]

正在加载...
取消
保存