DebuggedLineSegment

class DebuggedLineSegment(val from: Vec3, val to: Vec3, val color: Color4b) : ModuleDebug.DebuggedGeometry

Constructors

Link copied to clipboard
constructor(from: Vec3, to: Vec3, color: Color4b)

Properties

Link copied to clipboard
Link copied to clipboard
val from: Vec3
Link copied to clipboard
val to: Vec3

Functions

Link copied to clipboard
context(env: WorldRenderEnvironment)
open override fun render()