Class PropertyFetcher<T>
Inheritance
IDisposable
PropertyFetcher<T>
Syntax
public sealed class PropertyFetcher<T> : IDisposable
Type Parameters
Constructors
PropertyFetcher(SerializedObject)
Declaration
public PropertyFetcher(SerializedObject obj)
Parameters
Type |
Name |
Description |
SerializedObject |
obj |
|
Fields
obj
Declaration
public readonly SerializedObject obj
Field Value
Type |
Description |
SerializedObject |
|
Methods
Dispose()
Declaration
Find(String)
Declaration
public SerializedProperty Find(string str)
Parameters
Type |
Name |
Description |
System.String |
str |
|
Returns
Type |
Description |
SerializedProperty |
|
Find<TValue>(Expression<Func<T, TValue>>)
Declaration
public SerializedProperty Find<TValue>(Expression<Func<T, TValue>> expr)
Parameters
Type |
Name |
Description |
Expression<Func<T, TValue>> |
expr |
|
Returns
Type |
Description |
SerializedProperty |
|
Type Parameters