Floor

This element is used as part of wall.

Floor Description

../../_images/floor-description.png
  • Green - Texture (background) from wall

  • Blue - Texture (background) from floor

  • Grey - Left floor object

  • Yellow - Right floor object

  • Darkred - middle floor object

Properties

property texture: TEXTURE-SELECTOR;
Default null

Link to texture as background.

property height: INTEGER;
Default 0

Height of floor. If it isn’t set, then try to borrow from background’s height.

property padding: INTEGER;
Default 0

Padding between middle floor objects.

property left-padding: INTEGER;
Default padding value

Padding between left and middle floor objects.

property right-padding: INTEGER;
Default padding value

Padding between right and middle floor objects.

property align: left | middle | right | justify;
Default left

Align of floor objects.

../../_images/floor-a-left.png

align: left

../../_images/floor-a-right.png

align: right

../../_images/floor-a-middle.png

align: middle

../../_images/floor-a-justify.png

align: justify

property middle: TEXTURE-SELECTOR;
Default null

Link to texture selector.

property top: TEXTURE-SELECTOR;
Default null

Link to texture selector and render only on left of floor. It ignores paddings and align.

property bottom: TEXTURE-SELECTOR;
Default null

Links with texture selector and render only on right of right. It ignores paddings and align.