Click or drag to resize
DigitalRuneCompressedAabbTreeUpdate Method

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public 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.

Implements

ISpatialPartitionTUpdate(Boolean)
See Also