Thomas
7 年前
当前提交
adfcd879
共有 4 个文件被更改,包括 68 次插入 和 30 次删除
-
16ScriptableRenderPipeline/HDRenderPipeline/Sky/HDRISky/HDRISkySettings.cs
-
41ScriptableRenderPipeline/HDRenderPipeline/Sky/ProceduralSky/ProceduralSkySettings.cs
-
14ScriptableRenderPipeline/HDRenderPipeline/Sky/SkyManager.cs
-
27ScriptableRenderPipeline/HDRenderPipeline/Sky/SkySettings.cs
|
|||
namespace UnityEngine.Experimental.Rendering.HDPipeline |
|||
{ |
|||
[DisallowMultipleComponent] |
|||
public class HDRISkySettings |
|||
: SkySettings |
|||
public class HDRISkySettings : SkySettings |
|||
|
|||
} |
|||
|
|||
public override int GetHashCode() |
|||
{ |
|||
int hash = base.GetHashCode(); |
|||
|
|||
unchecked |
|||
{ |
|||
hash = skyHDRI != null ? hash * 23 + skyHDRI.GetHashCode() : hash; |
|||
} |
|||
|
|||
return hash; |
|||
} |
|||
} |
|||
} |
撰写
预览
正在加载...
取消
保存
Reference in new issue