Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EventCallback<TEventType>

Defines the structure of a callback that can be registered onto an element for an event type
Read time 1 minuteLast updated 5 days ago

Definition

public delegate void EventCallback<in TEventType>(TEventType evt)