Share via


CutPlaneComponent.FadeLength Property

Definition

The distance over which the cut plane fades the original pixel color towards the FadeColor.

public:
 property float FadeLength { float get(); void set(float value); };
public float FadeLength { get; set; }
member this.FadeLength : single with get, set
Public Property FadeLength As Single

Property Value

Remarks

Setting this value to 0 effectively disables the cutplane's fading edge rendering.

A InvalidParam error occurs if a negative length is set.

Applies to