markLocalBoundsDirty method

void markLocalBoundsDirty()

Invalidate the cached localBounds. Call this after replacing a primitive's geometry.

Implementation

void markLocalBoundsDirty() {
  _localBoundsCache = null;
  _localBoundsCached = false;
  _cachedBoundsVersions = null;
}