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