Class DispatcherImpl | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class DispatcherImpl

    Inheritance
    System.Object
    DispatcherImpl
    Namespace: Unity.UIWidgets
    Syntax
    public class DispatcherImpl : Dispatcher

    Constructors

    DispatcherImpl(Func<Object, Object>)

    Declaration
    public DispatcherImpl(Func<object, object> impl)
    Parameters
    Type Name Description
    System.Func<System.Object, System.Object> impl

    Methods

    dispatch(Object)

    Declaration
    public object dispatch(object action)
    Parameters
    Type Name Description
    System.Object action
    Returns
    Type Description
    System.Object
    Implements
    Dispatcher.dispatch(Object)

    dispatch<T>(Object)

    Declaration
    public T dispatch<T>(object action)
    Parameters
    Type Name Description
    System.Object action
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    Implements
    Dispatcher.dispatch<T>(Object)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023