Click or drag to resize
DigitalRuneConvexDecompositionIsBusy Property
Gets or sets a value indicating whether an asynchronous decomposition is in progress.

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

Property Value

Type: Boolean
if an asynchronous decomposition is in progress; otherwise, .
See Also