Interface IDestroyable
- Namespace
- Frent.Components
- Assembly
- Frent.dll
Marks a component to have a Destroy() method to be called at the end of a component lifetime.
public interface IDestroyable : IComponentBase
Methods
Destroy()
This method is called whenever a component reaches the end of its lifetime, whether by an Remove<T>() method or Delete().
void Destroy()