This version of Unity is unsupported.

ObjectChangeEvents.ObjectChangeEventsHandler

Declaration

public delegate void ObjectChangeEventsHandler(ref ObjectChangeEventStream stream);

Parameters

stream The stream of events that have been recorded since the last frame.

Description

The delegate used for the event publishing the object changes.