Type Alias PointCloudOptions

PointCloudOptions: CesiumTilesetOptions & {
    pointSize?: number | string;
}