Interface IEntityComponent
- Namespace
- Frent.Components
- Assembly
- Frent.dll
Indicates a component should be updated with itself as an argument
public interface IEntityComponent : IComponentBase
Methods
Update(Entity)
Updates this component
void Update(Entity self)
Parameters
self
Entity