drawPoints

@JvmName(name = "drawPoints2D")
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, positions: List<Vector2>)(source)
@JvmName(name = "drawPoints3D")
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, positions: List<Vector3>)(source)
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, batch: PointBatch, count: Int)(source)