keepup 首先理解child和component,一个enetiy可以有多个child,只能有一个component, childof和componentof只是属性标签,ET框架内置的代码分析器要求加的, 标记childof是指定这个entity可以作为任意entity的child, componentof同理,指定该entity可以被任意entity添加, 如果想标记只能是谁的child或component,可以写成[childof(typeof(xx))]、[componentof(typeof(xx))]