Implement MxTransitionManager::SubmitCopyRect (#160)

* Implement MxTransitionManager::SubmitCopyRect

* MxTransitionManager::SubmitCopyRect Amendments

* Fix MxTransitionManager::EndTransition

* Fix MxDSAction::SetLoopCount
This commit is contained in:
Regan Green
2023-10-04 09:43:34 -04:00
committed by GitHub
parent 6da912e932
commit 7c7311ea5e
4 changed files with 77 additions and 95 deletions

View File

@@ -69,6 +69,7 @@ public:
MxBool IsEnabled();
inline MxS32 GetDisplayZ() { return this->m_displayZ; }
inline MxDSAction *GetAction() { return this->m_action; }
protected:
__declspec(dllexport) void Init();