浏览代码

Remove warnings

/main
RSlysz 6 年前
当前提交
6c9c442a
共有 2 个文件被更改,包括 1 次插入4 次删除
  1. 2
      com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/HDReflectionProbeEditor.cs
  2. 3
      com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/SerializedHDProbe.cs

2
com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/HDReflectionProbeEditor.cs


SerializedObject m_AdditionalDataSerializedObject;
internal HDReflectionProbeUI m_UIState = new HDReflectionProbeUI();
int m_PositionHash = 0;
public bool sceneViewEditing
{
get { return HDProbeUI.IsProbeEditMode(EditMode.editMode) && EditMode.IsOwner(this); }

3
com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/SerializedHDProbe.cs


internal abstract class SerializedHDProbe
{
internal SerializedObject serializedObject;
internal SerializedReflectionProxyVolumeComponent proxyVolumeComponent;
internal SerializedProperty proxyVolumeReference;
internal SerializedProperty infiniteProjection;

正在加载...
取消
保存