interface IMeshFactory {
    onPopulateMesh(vb: VertexStream): void;
}

实现于

方法