Class BaseEditor<T>
Inheritance
Editor
BaseEditor<T>
Namespace: UnityEditor.Rendering.PostProcessing
Syntax
public class BaseEditor<T> : Editor where T : MonoBehaviour
Type Parameters
Name | Description |
---|---|
T |
Properties
m_Target
Declaration
protected T m_Target { get; }
Property Value
Type | Description |
---|---|
T |
Methods
FindProperty<TValue>(Expression<Func<T, TValue>>)
Declaration
protected SerializedProperty FindProperty<TValue>(Expression<Func<T, TValue>> expr)
Parameters
Type | Name | Description |
---|---|---|
Expression<System.Func<T, TValue>> | expr |
Returns
Type | Description |
---|---|
SerializedProperty |
Type Parameters
Name | Description |
---|---|
TValue |