declare module cc { export interface RenderComponent { /** * 渲染优先级 */ renderPriority:number; } }