Interface IComponent
- Namespace
- Frent.Components
- Assembly
- Frent.dll
Indicates a component should be updated with zero arguments
public interface IComponent : IComponentBase
Remarks
Components should only implement one "Update" method.
Methods
Update()
Updates this component
void Update()