Implement MxDSStreamingAction (#108)

* Implement MxDSStreamingAction

* Add remaining functions

* Use inline assignment operators
This commit is contained in:
Christian Semmler
2023-08-16 18:02:26 -04:00
committed by GitHub
parent 51ac526f8a
commit 4a2226181c
4 changed files with 140 additions and 0 deletions

View File

@@ -46,8 +46,12 @@ private:
MxU32 m_sizeOnDisk;
DWORD m_flags;
DWORD m_startTime;
protected:
MxLong m_duration;
MxS32 m_loopCount;
private:
MxVector3Data m_location;
MxVector3Data m_direction;
MxVector3Data m_up;