Enum DynamicTree.Timings
Profiling buckets for DebugTimings, representing stages of Update(bool, float).
public enum DynamicTree.Timings
Fields
Last = 5Sentinel value for array sizing. Not a real timing bucket.
PruneInvalidPairs = 0Time spent removing stale pairs from the potential pairs set.
ScanMoved = 2Time spent scanning for proxies that moved outside their expanded boxes.
ScanOverlaps = 4Time spent scanning for new overlapping pairs.
UpdateBoundingBoxes = 1Time spent updating proxy bounding boxes.
UpdateProxies = 3Time spent reinserting moved proxies into the tree.