PathGraphics Properties |
The PathGraphics type exposes the following members.
Name | Description | |
---|---|---|
DistanceDisplayCondition |
Gets or sets the distances from the camera at which this path will be displayed.
If not specified, the path is displayed regardless of camera distance.
| |
LeadTime |
Gets or sets the lead time of the path, in seconds. The lead time
is the amount of time ahead of the current position that the path extends
in front of the object. By default, the value is unlimited, which effectively
results in drawing the entire available path of the object.
| |
Material |
Gets or sets the material used to draw the path.
If not specified, the default is a SolidColorMaterialGraphics with
Color set to White.
| |
Resolution |
Gets or sets the resolution of the path, in seconds.
This value is the minimum step size the client will take when sampling the
position of the object to create the path. Lower numbers provide improved
visual fidelity at the cost of rendering performance.
If not specified, the default is 60.0.
| |
Show |
Gets or sets whether or not the path is shown.
If not specified, the default is .
| |
TrailTime |
Gets or sets the trail time of the path, in seconds. The trail time
is the amount of time behind of the current position that the path extends
behind the object. By default, the value is unlimited, which effectively
results in drawing the entire available path of the object.
| |
Width |
Gets or sets the width of the path.
If not specified, the default is 1.0.
|