Class PropertyFetcherExtensions
Property fetcher extension class.
Inheritance
PropertyFetcherExtensions
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class PropertyFetcherExtensions
Methods
Find<TSource, TValue>(SerializedObject, Expression<Func<TSource, TValue>>)
Declaration
public static SerializedProperty Find<TSource, TValue>(this SerializedObject obj, Expression<Func<TSource, TValue>> expr)
Parameters
Returns
Type Parameters
Name |
Description |
TSource |
|
TValue |
|
Find<TSource, TValue>(SerializedProperty, Expression<Func<TSource, TValue>>)
Declaration
public static SerializedProperty Find<TSource, TValue>(this SerializedProperty obj, Expression<Func<TSource, TValue>> expr)
Parameters
Returns
Type Parameters
Name |
Description |
TSource |
|
TValue |
|