C# 클래스 Artemis.Engine.Utilities.Partial.PartialEngineAdapter

An object that adapts to a partial engine environment. The term "partial engine environment" refers to a runtime environment where the ArtemisEngine is not fully running. This is useful because it allows certain objects to still be able to function even when the engine is not itself functional. For example, PartialEngineAdapter allows us to disable functionality that requires the global GameTimer (ArtemisEngine.GameTimer) because in certain runtime environments that value may be null.
상속: DynamicPropertyCollection
파일 보기 프로젝트 열기: ArtemisEngine/Artemis-Engine

비공개 메소드들

메소드 설명
PartialEngineAdapter ( ) : Artemis.Engine.Utilities.Dynamics