FillPlacer

A Placer object that fills each children.

Constructors

this
this(PlacerOwner owner)
Undocumented in source.

Members

Functions

placeChildren
vec2 placeChildren()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Placer

_owner
PlacerOwner _owner;
Undocumented in source.
owner
inout(PlacerOwner) owner [@property getter]

Owner of the placer.

style
style [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
children
children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
placeChildren
vec2 placeChildren()

Decides client area of each children.

Meta