CutPlaneComponent.FadeLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.