Quantum 3
3.0.9
Component callbacks. More...
Public Member Functions | |
| ComponentCallbacks (ComponentSerializeDelegate serialize) | |
| Create a callback object with serialization only. More... | |
| ComponentCallbacks (ComponentSerializeDelegate serialize, ComponentChangedDelegate onAdded, ComponentChangedDelegate onRemoved) | |
| Create a callback object. More... | |
Public Attributes | |
| ComponentChangedDelegate | OnAdded |
| Component added callback. More... | |
| ComponentChangedDelegate | OnRemoved |
| Component removed callback. More... | |
| ComponentSerializeDelegate | Serialize |
| Frame serialization callback. More... | |
Component callbacks.
|
inline |
Create a callback object with serialization only.
| serialize | Serialization callback |
|
inline |
Create a callback object.
| serialize | Serialization callback |
| onAdded | Component added callback |
| onRemoved | Component removed callback |
| ComponentSerializeDelegate Quantum.ComponentCallbacks.Serialize |
Frame serialization callback.
| ComponentChangedDelegate Quantum.ComponentCallbacks.OnAdded |
Component added callback.
| ComponentChangedDelegate Quantum.ComponentCallbacks.OnRemoved |
Component removed callback.