Quad
class Quad( val texture: <Error class: unknown class>, var position: <Error class: unknown class> = Vec2.nullVector, origin: <Error class: unknown class> = Vec2(x = 0.5f, y = 0.5f)) : BaseHudElement, HudAtom
Content copied to clipboard
A single quad.
A quad is the most atomic element of HUD.
Constructors
Types
Functions
Link copied to clipboard
open override fun addInputEventListener(listener: HudElement.InputEventListener)
Content copied to clipboard
Adds given input events listener to this element.
Link copied to clipboard
open override fun handleInputEvent(position: <Error class: unknown class>, event: Any?): Boolean
Content copied to clipboard
Link copied to clipboard
open override fun removeInputEventListener(listener: HudElement.InputEventListener)
Content copied to clipboard
Removes given input events listener from this element.