Table of Contents

Interface IUpdateModel

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a model that updates using a delta time

public interface IUpdateModel

Methods

Update(Timeline)

Performs an update on the model

void Update(Timeline timeline)

Parameters

timeline Timeline

The timeline to apply during update