Interface CoreUnsafeUtils.IKeyGetter<TValue, TKey>
Key Getter interface.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface CoreUnsafeUtils.IKeyGetter<TValue, TKey>
Type Parameters
Name | Description |
---|---|
TValue | Value |
TKey | Key |
Methods
Name | Description |
---|---|
Get(ref TValue) | Getter |