Public Member Functions | |
void | OnRemoved (Frame f, EntityRef entity, T *component) |
The signal is called after a component of the desired type has been removed from an entity. More... | |
Additional Inherited Members | |
Properties inherited from Quantum.ISignal | |
Int32 | RuntimeIndex [get] |
Index of the signal in the runtime. More... | |
T | Component type |
T | : | unmanaged | |
T | : | IComponent |
void Quantum.ISignalOnComponentRemoved< T >.OnRemoved | ( | Frame | f, |
EntityRef | entity, | ||
T * | component | ||
) |
The signal is called after a component of the desired type has been removed from an entity.
f | The frame reference. |
entity | The entity that the component was removed from. |
component | The component that was removed. |