C# Класс Artemis.Engine.GlobalUpdater

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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