| ConvexDecompositionSkinWidth Property |
Gets or sets the width of the skin of each convex part.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float SkinWidth { get; set; }
Public Property SkinWidth As Single
Get
Set
public:
property float SkinWidth {
float get ();
void set (float value);
}
member SkinWidth : float32 with get, set
Property Value
Type:
SingleThe width of the skin of each convex part. The default value is 0.
Remarks
If this value is positive, the convex parts are extruded by this value. If this value is
negative, the convex parts are shrunk by this value.
See Also