浏览代码

Fixed volume component editor accessors

/namespace
Thomas 7 年前
当前提交
efb29ec0
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 8
      ScriptableRenderPipeline/Core/Editor/Volume/VolumeComponentEditor.cs

8
ScriptableRenderPipeline/Core/Editor/Volume/VolumeComponentEditor.cs


public class VolumeComponentEditor
{
internal VolumeComponent target { get; private set; }
internal SerializedObject serializedObject { get; private set; }
public VolumeComponent target { get; private set; }
public SerializedObject serializedObject { get; private set; }
internal SerializedProperty baseProperty;
internal SerializedProperty activeProperty;
public SerializedProperty baseProperty { get; internal set; }
public SerializedProperty activeProperty { get; internal set; }
Editor m_Inspector;
List<SerializedDataParameter> m_Parameters;

正在加载...
取消
保存