Blame view

ios/cocos2d/cocos/editor-support/cocostudio/fbs-files/CSBoneBinary.fbs 485 Bytes
520389e3   xiaoyu   接入cocos源码,编译未通过,继续修改
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  // BoneBinary IDL file
  // !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  // !! 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;