HudTextArray

class HudTextArray(val file: String, val chars: JsonArray, val height: Double, val ascent: (Double) -> Int)

Constructors

Link copied to clipboard
constructor(file: String, chars: JsonArray, height: Double, ascent: (Double) -> Int)

Properties

Link copied to clipboard
val ascent: (Double) -> Int
Link copied to clipboard
val chars: JsonArray
Link copied to clipboard
Link copied to clipboard