Click or drag to resize
DigitalRuneISpatialPartitionTUpdate Method

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
void Update(
	bool forceRebuild
)

Parameters

forceRebuild
Type: SystemBoolean
If set to the internal structure will be rebuilt from scratch. If set to the spatial partition can decide to rebuild everything or refit only the invalidated parts.
See Also