feature/test #9
25
libs/xassets/xfxelemvelstateinframe.cpp
Normal file
25
libs/xassets/xfxelemvelstateinframe.cpp
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
#include "xfxelemvelstateinframe.h"
|
||||||
|
|
||||||
|
XFxElemVelStateInFrame::XFxElemVelStateInFrame()
|
||||||
|
: XAsset()
|
||||||
|
, mVelocity()
|
||||||
|
, mTotalDelta()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
XFxElemVelStateInFrame::~XFxElemVelStateInFrame()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxElemVelStateInFrame::Clear()
|
||||||
|
{
|
||||||
|
mVelocity.Clear();
|
||||||
|
mTotalDelta.Clear();
|
||||||
|
}
|
||||||
|
|
||||||
|
void XFxElemVelStateInFrame::ParseData(QDataStream *aStream)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user