Table of Contents

Delegate UpdateDelegateNoPhase

Namespace
TinyLife.World
Assembly
Tiny Life.dll

A delegate used by events that are invoked when something is updated.

public delegate void UpdateDelegateNoPhase(GameTime time, TimeSpan passedInGame, float speedMultiplier)

Parameters

time GameTime
passedInGame TimeSpan
speedMultiplier float
Extension Methods