docs.unity.cn
    Show / Hide Table of Contents

    Interface CoreUnsafeUtils.IKeyGetter<TValue, TKey>

    Key Getter interface.

    Namespace: UnityEngine.Rendering
    Syntax
    public interface 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

    Extension Methods

    ReflectionUtils.Invoke(Object, String, Object[])
    ReflectionUtils.SetField(Object, String, Object)
    ReflectionUtils.GetField(Object, String)
    ReflectionUtils.GetFields(Object)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 08 September 2021