mirror of
https://github.com/Ellpeck/TinyLifeExampleMod.git
synced 2024-11-14 00:49:08 +01:00
673 B
673 B
IUpdatingObject
Namespace: TinyLife > Objects
Assembly: Tiny Life.dll
Summary
This is an interface that can be added to TinyLife.Objects.MapObject
classes to make them automatically update each update frame. This is used by things like TinyLife.Objects.Person
, which needs to update for movement etc.
Methods
Return | Name | Summary |
---|---|---|
void | Update ( GameTime , TimeSpan , GameSpeed ) |
The update method, which is called every update frame by the underlying TinyLife.World.Map |