Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IOrderedCallback

Interface that provides control over callback order.
Read time 1 minuteLast updated 7 days ago

Definition

public interface IOrderedCallback

Properties

Property

Description

callbackOrderReturns the relative callback order for callbacks. Callbacks with lower values are called before ones with higher values.