DataUpdaterList
Description
- Derived from
-
Disposable abstract
IDataUpdater - Extended by
-
MeshStructureUpdaterList sealed
VertexUpdaterList sealed
Abstract base class for implementations of IDataUpdater that aggregate zero or more data updater objects and forward data updates to all of them.
Protected / Methods
Prepare
Called form within Add; subclasses may perform additional preparations here.
- TinmanException
-
If an unexpected error has occurred while preparing updater in.
Protected / Attributes
entriesCopy
Shadow copy of the current set of entries.
May be accessed without holding a lock on monitor, however entries may be invalid (i.e. not LifecycleState.Initialized).