Class RelativePropertyFetcher<T>
Relative property fetcher.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class RelativePropertyFetcher<T> : IDisposable
Type Parameters
| Name | Description |
|---|---|
| T | SerializedObject type. |
Constructors
| Name | Description |
|---|---|
| RelativePropertyFetcher(SerializedProperty) | Constructor |
Fields
| Name | Description |
|---|---|
| obj | Serialized object associated with the fetcher. |
Methods
| Name | Description |
|---|---|
| Dispose() | Disposable pattern implementation. |
| Find(string) | Find a property by name. |
| Find<TValue>(Expression<Func<T, TValue>>) | Find a property based on an expression. |