| ISpatialPartitionTUpdate Method |
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax void Update(
bool forceRebuild
)
Sub Update (
forceRebuild As Boolean
)
void Update(
bool forceRebuild
)
abstract Update :
forceRebuild : bool -> unit
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