Interface CoreUnsafeUtils.IKeyGetter<TValue, TKey> | High Definition RP | 6.5.3-preview
docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX