PerformanceLineDrawer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun drawLineLoops(drawContext: DrawContext, drawStyle: DrawStyle, loops: List<List<Vector2>>)
@JvmName(name = "drawLineLoops3d")
fun drawLineLoops(drawContext: DrawContext, drawStyle: DrawStyle, loops: List<List<Vector3>>)
Link copied to clipboard
fun drawLineSegments(drawContext: DrawContext, drawStyle: DrawStyle, segments: List<Vector2>)
@JvmName(name = "drawLineSegments3d")
fun drawLineSegments(drawContext: DrawContext, drawStyle: DrawStyle, segments: List<Vector3>)

Properties

Link copied to clipboard