Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EventCallback

A static class that allows creation of EventCallbackDefinition and EventCallbackDefinition<TElement> instances.
Read time 1 minuteLast updated 4 days ago

Definition

public static class EventCallback

Static Methods

Method

Description

CreateCreates a callback instance that will call the given
userCallback
delegate when registered on an element that is part of the propagation chain of any event of type
TEvent
.