Class RelativePropertyFetcher<T>
Inheritance
IDisposable
RelativePropertyFetcher<T>
Syntax
public sealed class RelativePropertyFetcher<T> : IDisposable
Type Parameters
Constructors
RelativePropertyFetcher(SerializedProperty)
Declaration
public RelativePropertyFetcher(SerializedProperty obj)
Parameters
Type |
Name |
Description |
SerializedProperty |
obj |
|
Fields
obj
Declaration
public readonly SerializedProperty obj
Field Value
Type |
Description |
SerializedProperty |
|
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