openrndr
Toggle table of contents
0.4.5-dev.17.uncommitted+81afe70
common
Platform filter
common
Switch theme
Search in API
openrndr
openrndr-binpack
/
org.openrndr.binpack
/
PackNode
Pack
Node
class
PackNode
(
val
area
:
IntRectangle
,
val
parent
:
PackNode
?
=
null
)
(
source
)
Members
Constructors
Pack
Node
Link copied to clipboard
constructor
(
area
:
IntRectangle
,
parent
:
PackNode
?
=
null
)
Properties
area
Link copied to clipboard
val
area
:
IntRectangle
children
Link copied to clipboard
var
children
:
List
<
PackNode
>
data
Link copied to clipboard
var
data
:
Any
?
free
Area
Link copied to clipboard
var
freeArea
:
IntVector2
parent
Link copied to clipboard
val
parent
:
PackNode
?
=
null
taken
Link copied to clipboard
var
taken
:
Boolean
Functions
has
Taken
Decendents
Link copied to clipboard
fun
hasTakenDecendents
(
)
:
Boolean
is
Leaf
Link copied to clipboard
fun
isLeaf
(
)
:
Boolean
populate
Link copied to clipboard
fun
populate
(
data
:
Any
?
=
null
)