Wall¶
Image put on the side in basic shape. Wall can have floors, background and particles
Description of properties¶
Green - texture (background)
Blue - top floor
Red - middle floor
Bottom - bottom floor
Properties¶
-
property
texture:TEXTURE-SELECTOR; Default nullLink to texture as background
-
property
padding:INTEGER; Default 0Padding between middle floors.
-
property
middle:FLOOR-SELECTOR; Default nullLink to floor selector.
-
property
top:FLOOR-SELECTOR; Default nullLink with floor selector and render only on top of wall. It ignores paddings and align.
-
property
bottom:FLOOR-SELECTOR; Default nullLink with floor selector and render only on bottom of wall. It ignores paddings and align.
-
property
points-texture:TEXTURE-SELECTOR; Default nullIf it is set, then draw randomically particles (with this texture) on the wall. This property required points-density.