Overview
Defines the thickness on all four sides of a rectangle.
Script Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-read | ONE | Thickness | ![]() |
A Thickness with value 1 on all sides. |
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | bottom | Number | ![]() | ![]() | ![]() | 0 |
The thickness of the bottom side. |
public | left | Number | ![]() | ![]() | ![]() | 0 |
The thickness of the left side. |
public | right | Number | ![]() | ![]() | ![]() | 0 |
The thickness of the right side. |
public | top | Number | ![]() | ![]() | ![]() | 0 |
The thickness of the top side. |