Interface CoreUnsafeUtils.IKeyGetter<TValue, TKey>
Namespace: UnityEngine.Experimental.Rendering
Syntax
public interface IKeyGetter<TValue, TKey>
Type Parameters
| Name | Description |
|---|---|
| TValue | |
| TKey |
Methods
Get(ref TValue)
Declaration
TKey Get(ref TValue v)
Parameters
| Type | Name | Description |
|---|---|---|
| TValue | v |
Returns
| Type | Description |
|---|---|
| TKey |