Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EventCallback<TEventType, TCallbackArgs>

Defines the structure of a callback that can be registered onto an element for an event type, along with a custom user defined argument.
Read time 1 minuteLast updated 4 days ago

Definition

public delegate void EventCallback<in TEventType, in TCallbackArgs>(TEventType evt, TCallbackArgs userArgs)