Table of Contents

Interface IUpdateable

Namespace
AlphaFramework.World.Positionables
Assembly
AlphaFramework.World.dll

A Positionable<TCoordinates> that updates itself on each frame.

public interface IUpdateable
Extension Methods

Methods

Update(double)

Perform time-dependant state updates.

void Update(double elapsedTime)

Parameters

elapsedTime double

How much game time in seconds has elapsed since this method was last called.