length |
Property
|
|
optional
A numeric Property specifying the length of the cylinder. |
topRadius |
Property
|
|
optional
A numeric Property specifying the radius of the top of the cylinder. |
bottomRadius |
Property
|
|
optional
A numeric Property specifying the radius of the bottom of the cylinder. |
show |
Property
|
true
|
optional
A boolean Property specifying the visibility of the cylinder. |
fill |
Property
|
true
|
optional
A boolean Property specifying whether the cylinder is filled with the provided material. |
material |
MaterialProperty
|
Color.WHITE
|
optional
A Property specifying the material used to fill the cylinder. |
outline |
Property
|
false
|
optional
A boolean Property specifying whether the cylinder is outlined. |
outlineColor |
Property
|
Color.BLACK
|
optional
A Property specifying the Color of the outline. |
outlineWidth |
Property
|
1.0
|
optional
A numeric Property specifying the width of the outline. |
numberOfVerticalLines |
Property
|
16
|
optional
A numeric Property specifying the number of vertical lines to draw along the perimeter for the outline. |
slices |
Property
|
128
|
optional
The number of edges around the perimeter of the cylinder. |
shadows |
Property
|
ShadowMode.DISABLED
|
optional
An enum Property specifying whether the cylinder casts or receives shadows from each light source. |
distanceDisplayCondition |
Property
|
|
optional
A Property specifying at what distance from the camera that this cylinder will be displayed. |