docs.unity.cn
    Show / Hide Table of Contents

    Class DelegateUtility

    Delegate utility class.

    Inheritance
    Object
    DelegateUtility
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.Rendering
    Syntax
    public static class DelegateUtility

    Methods

    Cast(Delegate, Type)

    Cast a delegate.

    Declaration
    public static Delegate Cast(Delegate source, Type type)
    Parameters
    Type Name Description
    Delegate source

    Source delegate.

    Type type

    Type of the delegate.

    Returns
    Type Description
    Delegate

    Cast delegate.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023