C# 클래스 Artemis.Engine.GlobalUpdater

파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine 1 사용 예제들

비공개 메소드들

메소드 설명
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