localBoundsVersion property

int get localBoundsVersion

A counter that increments each time setLocalBounds changes the bounds.

Lets cache holders such as Mesh notice that an updatable geometry's bounds moved without an explicit invalidation call.

Implementation

int get localBoundsVersion => _localBoundsVersion;