Click or drag to resize

PathGraphics Properties

The PathGraphics type exposes the following members.

Properties
  NameDescription
Public propertyDistanceDisplayCondition
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.
Public propertyLeadTime
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.
Public propertyMaterial
Gets or sets the material used to draw the path. If not specified, the default is a SolidColorMaterialGraphics with Color set to White.
Public propertyResolution
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.
Public propertyShow
Gets or sets whether or not the path is shown. If not specified, the default is .
Public propertyTrailTime
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.
Public propertyWidth
Gets or sets the width of the path. If not specified, the default is 1.0.
Top
See Also