Public Member Functions | |
void | OnAdded (Frame f, EntityRef entity, T *component) |
The signal is called after a component of the desired type has been added to 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.ISignalOnComponentAdded< T >.OnAdded | ( | Frame | f, |
EntityRef | entity, | ||
T * | component | ||
) |
The signal is called after a component of the desired type has been added to an entity.
f | The frame reference. |
entity | The entity that the component was added to. |
component | The component that was added. |