2017-02-14 14:32:09 +08:00
|
|
|
// BoneBinary IDL file
|
2016-11-04 10:13:06 +08:00
|
|
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
// !! When adding new pairs to the maps below, !!
|
|
|
|
// !! please add to the last position of the map. !!
|
|
|
|
// !! It will ensure the reader's version compatible. !!
|
|
|
|
// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
|
|
|
|
|
|
include "CSParseBinary.fbs";
|
|
|
|
|
|
|
|
namespace flatbuffers;
|
|
|
|
|
|
|
|
table BoneOptions
|
|
|
|
{
|
|
|
|
nodeOptions:WidgetOptions;
|
|
|
|
|
|
|
|
length:float;
|
|
|
|
blendFunc:BlendFunc;
|
|
|
|
}
|
|
|
|
|
|
|
|
root_type BoneOptions;
|