| TerrainRoadPathKeySideFalloff Property |
Gets or sets the side falloff.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float SideFalloff { get; set; }
Public Property SideFalloff As Single
Get
Set
public:
property float SideFalloff {
float get ();
void set (float value);
}
member SideFalloff : float32 with get, set
Property Value
Type:
SingleThe side falloff. The default value is 4.
Remarks See Also