This is a rectangle implementation. The element must be a child of ac-layer
element.
<ac-rectangle-desc props="{show : rectangle.show, //optionalcoordinates : rectangle.positions,material : rectangle.color //optional}"></ac-rectangle-desc>
Description of the props :
All other properties of props are the same as the properties RectangleGraphics
and the general properties of Entity
(like position).
​
This is a single rectangle implementation. The element must be a child of ac-map
element.
<ac-rectangle props="{coordinates: rectangle.coordinates,material: rectangle.material,height: rectangle.height}"></ac-rectangle>
Description of the props :
All other properties of props are the same as the properties RectangleGraphics
and the general properties of Entity
(like position).