Class PropertyFetcher<T>
Serialized property fetcher.
Implements
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public sealed class PropertyFetcher<T> : IDisposable
Type Parameters
| Name | Description |
|---|---|
| T | Serialized object type. |
Constructors
| Name | Description |
|---|---|
| PropertyFetcher(SerializedObject) | 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. |