docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DelegateUtility

    Delegate utility class.

    Inheritance
    object
    DelegateUtility
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering
    Assembly: Unity.RenderPipelines.Core.Runtime.dll
    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.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)