PointDrawer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun drawPoint(drawContext: DrawContext, drawStyle: DrawStyle, x: Double, y: Double, z: Double)
Link copied to clipboard
@JvmName(name = "drawPoints2D")
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, positions: List<Vector2>)
@JvmName(name = "drawPoints3D")
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, positions: List<Vector3>)
fun drawPoints(drawContext: DrawContext, drawStyle: DrawStyle, batch: PointBatch, count: Int)

Properties

Link copied to clipboard