Interface IUpdatingMemory
An interface that can be applied to a class that extends Memory if the memory should be updated over time in UpdateMemories(GameTime, TimeSpan, float).
public interface IUpdatingMemory
- Extension Methods
Methods
Update(GameTime, TimeSpan, float)
A method that is called in Update(GameTime, TimeSpan, float) for a person who has this memory.
void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)