浏览代码

Add small documentation for HDProbe public fields

/main
RSlysz 6 年前
当前提交
5b86863c
共有 1 个文件被更改,包括 9 次插入1 次删除
  1. 10
      com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDProbe.cs

10
com.unity.render-pipelines.high-definition/HDRP/Lighting/Reflection/HDProbe.cs


[SerializeField, FormerlySerializedAsAttribute("dimmer"), FormerlySerializedAsAttribute("m_Dimmer"), FormerlySerializedAsAttribute("multiplier")]
float m_Multiplier = 1.0f;
[SerializeField, FormerlySerializedAsAttribute("weight")]
[Range(0.0f, 1.0f)]
float m_Weight = 1.0f;

[SerializeField]
ReflectionProbeRefreshMode m_RefreshMode = ReflectionProbeRefreshMode.OnAwake;
/// <summary>ProxyVolume currently used by this probe.</summary>
/// <summary>Multiplier factor of reflection (non PBR parameter).</summary>
/// <summary>Weight for blending amongst probes (non PBR parameter).</summary>
/// <summary>The capture mode.</summary>
/// <summary>Refreshing rate of the capture for Realtime capture mode.</summary>
public virtual ReflectionProbeRefreshMode refreshMode
{
get { return m_RefreshMode; }

正在加载...
取消
保存