Photon Quantum 3.0.0

Public Member Functions | Properties | List of all members
Quantum.MapDataBakerCallbackAttribute Class Reference

Add this attribute to implementations of MapDataBakerCallback to control the order in which the callbacks are finally executed. Works across different assemblies. More...

Inherits Attribute.

Public Member Functions

 MapDataBakerCallbackAttribute (int invokeOrder)
 Constructor. More...
 

Properties

int InvokeOrder [get]
 The invoke order, higher means called earlier. More...
 

Detailed Description

Add this attribute to implementations of MapDataBakerCallback to control the order in which the callbacks are finally executed. Works across different assemblies.

Constructor & Destructor Documentation

◆ MapDataBakerCallbackAttribute()

Quantum.MapDataBakerCallbackAttribute.MapDataBakerCallbackAttribute ( int  invokeOrder)
inline

Constructor.

Property Documentation

◆ InvokeOrder

int Quantum.MapDataBakerCallbackAttribute.InvokeOrder
get

The invoke order, higher means called earlier.