| ConvexDecompositionEnableMultithreading Property |
Gets or sets a value indicating whether multithreading is enabled. (Experimental!)
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool EnableMultithreading { get; set; }
Public Property EnableMultithreading As Boolean
Get
Set
public:
property bool EnableMultithreading {
bool get ();
void set (bool value);
}
member EnableMultithreading : bool with 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