declare namespace feng3d.war3 { /** * 骨骼的位移信息 * @author warden_feng 2014-6-26 */ class BoneTranslation { /** 类型 */ type: string; /** */ GlobalSeqId: number; translations: Translation[]; translationDic: {}; getTranslation(keyFrameTime: number): Vector3D; } }