Interface IUpdateableService
A service which can execute code every frame
Namespace: i5.Toolkit.Core.ServiceCore
Assembly: cs.temp.dll.dll
Syntax
public interface IUpdateableService : IService
Properties
Enabled
If set to true, the update function is executed every frame; otherwise the service is disabled
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Update()
Called by the service manager and executed every frame
Declaration
void Update()