HudAtom

interface HudAtom

Interface for most atomic part of HUD.

The texture of each atom will be displayed as a 1×1 square, transformed using its modelMatrix.

Properties

Link copied to clipboard
open val intrinsicHeight: Float

Intrinsic height of this atom.

Link copied to clipboard
open val intrinsicWidth: Float

Intrinsic width of this atom.

Link copied to clipboard
abstract val modelMatrix: <Error class: unknown class>

Model matrix of this atom.

Link copied to clipboard
abstract val texture: <Error class: unknown class>

Texture of this atom.

Inheritors

Link copied to clipboard