Table of Contents

Enum DynamicTree.Timings

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Profiling buckets for DebugTimings, representing stages of Update(bool, float).

public enum DynamicTree.Timings

Fields

Last = 5

Sentinel value for array sizing. Not a real timing bucket.

PruneInvalidPairs = 0

Time spent removing stale pairs from the potential pairs set.

ScanMoved = 2

Time spent scanning for proxies that moved outside their expanded boxes.

ScanOverlaps = 4

Time spent scanning for new overlapping pairs.

UpdateBoundingBoxes = 1

Time spent updating proxy bounding boxes.

UpdateProxies = 3

Time spent reinserting moved proxies into the tree.