@JsType(isNative=true, namespace="<global>", name="Object") public class CylinderGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
bottomRadius
A numeric Property specifying the radius of the bottom of the cylinder.
|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this cylinder will be displayed.
|
Property |
fill
A boolean Property specifying whether the cylinder is filled with the provided material.
|
Property |
heightReference
Property specifying what the height from the entity position is relative to.
|
Property |
length
A numeric Property specifying the length of the cylinder.
|
MaterialProperty |
material
A Property specifying the material used to fill the cylinder.
|
Property |
numberOfVerticalLines
A numeric Property specifying the number of vertical lines to draw along the perimeter for the outline.
|
Property |
outline
A boolean Property specifying whether the cylinder is outlined.
|
Property |
outlineColor
A Property specifying the Color of the outline.
|
Property |
outlineWidth
A numeric Property specifying the width of the outline.
|
Property |
shadows
An enum Property specifying whether the cylinder casts or receives shadows from each light source.
|
Property |
show
A boolean Property specifying the visibility of the cylinder.
|
Property |
slices
The number of edges around the perimeter of the cylinder.
|
Property |
topRadius
A numeric Property specifying the radius of the top of the cylinder.
|
Constructor and Description |
---|
CylinderGraphicsOptions()
Options for
CylinderGraphics |
@JsProperty public Property heightReference
@JsProperty public Property length
@JsProperty public Property topRadius
@JsProperty public Property bottomRadius
@JsProperty public Property show
@JsProperty public Property fill
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property outline
@JsProperty public Property outlineColor
Color.BLACK()
@JsProperty public Property outlineWidth
@JsProperty public Property numberOfVerticalLines
@JsProperty public Property slices
@JsProperty public Property shadows
ShadowMode.DISABLED()
@JsProperty public Property distanceDisplayCondition
@JsConstructor public CylinderGraphicsOptions()
CylinderGraphics
Copyright © 2019. All rights reserved.