C# (CSharp) 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.
PartialEngineAttribute