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

层级 (查看层级一览)

实现于

属性

方法

属性

方法