| CompressedAabbTreeUpdate Method |
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public void Update(
bool forceRebuild
)
Public Sub Update (
forceRebuild As Boolean
)
public:
virtual void Update(
bool forceRebuild
) sealed
abstract Update :
forceRebuild : bool -> unit
override 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.
Implements
ISpatialPartitionTUpdate(Boolean)See Also