willRemoveFromEntity()
Notifies the component that it has been removed from an entity.
Declaration
func willRemoveFromEntity()Discussion
Override this method in a component subclass if you need to perform game logic when the component is removed from to an entity. For example, if one component’s behavior depends on the presence of other components in the same entity, you can examine the entity’s components array in this method and take action accordingly.