C# Class Artemis.Engine.GlobalUpdater

Exibir arquivo Open project: ArtemisEngine/Artemis-Engine Class Usage Examples

Private Methods

Method Description
Add ( UpdatableObject obj ) : void

Adds an object to the global ticker (unless it's already been added)

FinalizeUpdate ( ) : void

Iterate through all internally stored ArtemisObjects and see which ones have and haven’t been updated. If they haven’t, call their update method. Set their 'NeedsUpdate' flag to true.

GlobalUpdater ( ) : System.Collections.Generic
Remove ( UpdatableObject obj ) : void