declare namespace feng3d.war3 { /** * 骨骼的角度信息 */ class BoneRotation { /** 类型 */ type: string; /** */ GlobalSeqId: number; rotations: Rotation[]; rotationDic: {}; getRotation(keyFrameTime: number): Quaternion; } }