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 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.