docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class PropertyFetcherExtensions

    Property fetcher extension class.

    Inheritance
    object
    PropertyFetcherExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Rendering
    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
    Type Name Description
    SerializedObject obj
    Expression<Func<TSource, TValue>> expr
    Returns
    Type Description
    SerializedProperty
    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
    Type Name Description
    SerializedProperty obj
    Expression<Func<TSource, TValue>> expr
    Returns
    Type Description
    SerializedProperty
    Type Parameters
    Name Description
    TSource
    TValue
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)