AlphaFramework API  1.0.3
Public Member Functions | List of all members
AlphaFramework.World.Positionables.IUpdateable Interface Reference

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

Inheritance diagram for AlphaFramework.World.Positionables.IUpdateable:
AlphaFramework.World.Positionables.EntityBase< TCoordinates, TTemplate >

Public Member Functions

void Update (double elapsedTime)
 Perform time-dependant state updates. More...
 

Detailed Description

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

Member Function Documentation

◆ Update()

void AlphaFramework.World.Positionables.IUpdateable.Update ( double  elapsedTime)

Perform time-dependant state updates.

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

Implemented in AlphaFramework.World.Positionables.EntityBase< TCoordinates, TTemplate >.


The documentation for this interface was generated from the following file: