DrawContext

class DrawContext(val node: Node, val drawer: ElementDrawer, val worldMatrix: Matrix3f, val depth: Int) : AbstractContext

Constructors

Link copied to clipboard
constructor(node: Node, drawer: ElementDrawer, worldMatrix: Matrix3f, depth: Int)

Properties

Link copied to clipboard
open val contentShape: Quad<Vector2f>
Link copied to clipboard
open override val depth: Int
Link copied to clipboard
Link copied to clipboard
open override val element: Element
Link copied to clipboard
val node: Node
Link copied to clipboard
open val size: Vector2f
Link copied to clipboard
open override val worldMatrix: Matrix3f
Link copied to clipboard
open val worldShape: Quad<Vector2f>