Class DelegateUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class DelegateUtility

    Inheritance
    Object
    DelegateUtility
    Namespace: Ludiq
    Syntax
    public static class DelegateUtility

    Methods

    BuildDynamicHandle(Type, Func<Object[], Object>)

    Declaration
    public static Delegate BuildDynamicHandle(Type delegateType, Func<object[], object> func)
    Parameters
    Type Name Description
    Type delegateType
    Func<Object[], Object> func
    Returns
    Type Description
    Delegate
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX