Wall

../../_images/wall.png

Image put on the side in basic shape. Wall can have floors, background and particles

Description of properties

../../_images/wall-description.png
  • Green - texture (background)

  • Blue - top floor

  • Red - middle floor

  • Bottom - bottom floor

Properties

property texture: TEXTURE-SELECTOR;
Default null

Link to texture as background

property padding: INTEGER;
Default 0

Padding between middle floors.

property middle: FLOOR-SELECTOR;
Default null

Link to floor selector.

property top: FLOOR-SELECTOR;
Default null

Link with floor selector and render only on top of wall. It ignores paddings and align.

property bottom: FLOOR-SELECTOR;
Default null

Link with floor selector and render only on bottom of wall. It ignores paddings and align.

property points-texture: TEXTURE-SELECTOR;
Default null

If it is set, then draw randomically particles (with this texture) on the wall. This property required points-density.

property points-density: PERCENTAGE;
Default 0%

How many area should be covered relative to value. This property required points-texture.

../../_images/wall-points-5.png

points-density: 5%

../../_images/wall-points-25.png

points-density: 25%