Node

@Serializable
class Node(var element: Element = Empty()) : LayoutTarget

Constructors

Link copied to clipboard
constructor(element: Element = Empty())

Properties

Link copied to clipboard
Link copied to clipboard
open override val placement: ElementPlacement
Link copied to clipboard
var transform: Transform2f

Functions

Link copied to clipboard
open override fun setPlace(area: Box2f)