interface IRenderCMD {
    type: RenderCMDType;
    apply(context: any): void;
}

层级 (查看完整内容)

实现于

属性

方法

属性

方法