isUpdatable property
bool
get
isUpdatable
Whether this geometry can be updated in place.
Implementation
bool get isUpdatable => storage == GeometryStorage.updatable;
Whether this geometry can be updated in place.
bool get isUpdatable => storage == GeometryStorage.updatable;