@JsType(isNative=true, namespace="<global>", name="Object") public class PathGraphicsOptions extends Object
Modifier and Type | Field and Description |
---|---|
Property |
distanceDisplayCondition
A Property specifying at what distance from the camera that this path will be displayed.
|
Property |
leadTime
A Property specifying the number of seconds behind the object to show.
|
MaterialProperty |
material
A Property specifying the material used to draw the path.
|
Property |
resolution
A numeric Property specifying the maximum number of seconds to step when sampling the position.
|
Property |
show
A boolean Property specifying the visibility of the path.
|
Property |
trailTime
A Property specifying the number of seconds in front of the object to show.
|
Property |
width
A numeric Property specifying the width in pixels.
|
Constructor and Description |
---|
PathGraphicsOptions()
Options for
PathGraphics |
@JsProperty public Property leadTime
@JsProperty public Property trailTime
@JsProperty public Property show
@JsProperty public Property width
@JsProperty public MaterialProperty material
Color.WHITE()
@JsProperty public Property resolution
@JsProperty public Property distanceDisplayCondition
@JsConstructor public PathGraphicsOptions()
PathGraphics
Copyright © 2019. All rights reserved.