docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Delegate EventChannel<T0>.EventHandlerDelegate

    Represents the method that will handle events with one parameters of type T0.

    Namespace: Unity.Behavior
    Assembly: Unity.Behavior.dll
    Syntax
    public delegate void EventChannel<T0>.EventHandlerDelegate(T0 value0)
    Parameters
    Type Name Description
    T0 value0

    The first parameter value provided when the event is raised.

    In This Article
    Back to top
    Copyright © 2025 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)