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
Get(ref TValue)
Getter
Declaration
TKey Get(ref TValue v)
Parameters
Type | Name | Description |
---|---|---|
TValue | v | The value |
Returns
Type | Description |
---|---|
TKey | The key |