Photon Quantum 3.0.0

Public Member Functions | List of all members
Quantum.ISignalOnComponentRemoved< T > Interface Template Reference
Inheritance diagram for Quantum.ISignalOnComponentRemoved< T >:
Quantum.ISignal

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...
 

Detailed Description

Template Parameters
TComponent type
Type Constraints
T :unmanaged 
T :IComponent 

Member Function Documentation

◆ OnRemoved()

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.

Parameters
fThe frame reference.
entityThe entity that the component was removed from.
componentThe component that was removed.