Interface IUpdateModel
Represents a model that updates using a delta time
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public interface IUpdateModel
Methods
Update(Timeline)
Performs an update on the model
Declaration
void Update(Timeline timeline)
Parameters
Type | Name | Description |
---|---|---|
Timeline | timeline | The timeline to apply during update |