Class BaseEditor<T>
Inheritance
System.Object
BaseEditor<T>
Syntax
public class BaseEditor<T> : Editor where T : MonoBehaviour
Type Parameters
Properties
m_Target
Declaration
protected T m_Target { get; }
Property Value
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