interface IRenderGeometryElement {
    getDrawDataParams(out: FastSinglelist<number>): void;
}

实现于

方法