1
This commit is contained in:
parent
a659923a33
commit
93a37e7281
@ -40,6 +40,7 @@
|
|||||||
#include "mt/GuideStep.h"
|
#include "mt/GuideStep.h"
|
||||||
#include "mt/MergeItem.h"
|
#include "mt/MergeItem.h"
|
||||||
#include "mt/MapThingGroup.h"
|
#include "mt/MapThingGroup.h"
|
||||||
|
#include "mt/SafeAreaSafePoint.h"
|
||||||
|
|
||||||
#include "app.h"
|
#include "app.h"
|
||||||
|
|
||||||
@ -109,6 +110,7 @@ namespace mt
|
|||||||
RegMetaTable<GuideStep>(res_path_);
|
RegMetaTable<GuideStep>(res_path_);
|
||||||
RegMetaTable<MergeItem>(res_path_);
|
RegMetaTable<MergeItem>(res_path_);
|
||||||
RegMetaTable<MapThingGroup>(res_path_);
|
RegMetaTable<MapThingGroup>(res_path_);
|
||||||
|
RegMetaTable<SafeAreaSafePoint>(res_path_);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MetaMgr::Load()
|
void MetaMgr::Load()
|
||||||
|
@ -863,7 +863,7 @@ namespace mtb
|
|||||||
meta_class->SetSimpleField(1, "type", a8::reflect::ET_INT32, my_offsetof2(SafeAreaSafePoint, type_));
|
meta_class->SetSimpleField(1, "type", a8::reflect::ET_INT32, my_offsetof2(SafeAreaSafePoint, type_));
|
||||||
meta_class->SetSimpleField(2, "x", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, x_));
|
meta_class->SetSimpleField(2, "x", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, x_));
|
||||||
meta_class->SetSimpleField(3, "y", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, y_));
|
meta_class->SetSimpleField(3, "y", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, y_));
|
||||||
meta_class->SetSimpleField(3, "z", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, z_));
|
meta_class->SetSimpleField(4, "z", a8::reflect::ET_FLOAT, my_offsetof2(SafeAreaSafePoint, z_));
|
||||||
}
|
}
|
||||||
return meta_class;
|
return meta_class;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user