RSlysz
6 年前
当前提交
11bb2f69
共有 7 个文件被更改,包括 27 次插入 和 28 次删除
-
8com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/PlanarReflectionProbeUI.Handles.cs
-
2com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/SerializedHDReflectionProbe.cs
-
6com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/SerializedPlanarReflectionProbe.cs
-
2com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDAdditionalReflectionData.cs
-
4com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDProbe.cs
-
17com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/PlanarReflectionProbe.cs
-
16com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/ProbeWrapper.cs
|
|||
using UnityEngine; |
|||
using UnityEngine.Serialization; |
|||
[SerializeField, FormerlySerializedAs("proxyVolumeComponent"), FormerlySerializedAs("m_ProxyVolumeReference")] |
|||
ReflectionProxyVolumeComponent m_ProxyVolume = null; |
|||
public ReflectionProxyVolumeComponent proxyVolume { get { return m_ProxyVolume; } } |
|||
} |
|||
} |
撰写
预览
正在加载...
取消
保存
Reference in new issue