Click or drag to resize
DigitalRuneConvexDecompositionEnableMultithreading Property
Gets or sets a value indicating whether multithreading is enabled. (Experimental!)

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool EnableMultithreading { get; set; }

Property Value

Type: Boolean
if multithreading is enabled; otherwise, . The default value is .
Remarks
Multithreading support is currently experimental. If multithreading is enabled, the result might be non-deterministic. (The result can vary between two calls with the same settings!)
See Also